0xbadbee

Results 87 comments of 0xbadbee

Pull request https://github.com/droe/sslsplit/pull/265

The problem is, when the last line of the script is not 16 bytes long, you will get that error.

See https://github.com/SciLor/ESP8266_Hyperion_LED-Controller/issues/34

The code is here: https://github.com/SciLor/ESP8266_Hyperion_LED-Controller/blob/develop/HyperionRGB/EnhancedThread.h You can reproduce the problem easily: Create a new Arduino Sketch. Create an **EnhancedThread.cpp** with: ``` #include "EnhancedThread.h" void EnhancedThread::run() { Thread::run(); } ``` and...

I have added #include in the other 2 files without success. The error stays the same.

I am using the Arduino Software

See https://github.com/ivanseidel/ArduinoThread/issues/30

Workaround implemented in 0.9.0 See https://github.com/SciLor/ESP8266_Hyperion_LED-Controller/commit/4903fd3a7ca661cf14bf30f62084f5ad8be82f7c#diff-df9ae0123690a5b7fe93ea52e885a693

I think this should be fairly easy, but I see no use case, where WiFi isn't availabile. The Adalight Sketch has everything that is needed to implement it for the...

You would only need to support raw format.