Timmo

Results 25 comments of Timmo
trafficstars

> you are free to compile your own version of adrilight and i will think about opening up the baud rate to the user. mmh. I just tried to compile...

I'm using Visual Studio Code. I installed the packages via nuget (but I didd't knew about nuget restore).

I just added the variable Baudrate setting via dropdown menu in the COM Port Settings dialog https://github.com/fabsenet/adrilight/compare/master...TheMasterFX:master

Yes it is working fine. But I just realized that adrilight expect a symmetric LED config. So the number of Top + Bottom LED is the same. Since my config...

> no bottom LEDs: you are not the first one with this issue. the easiest work around is to treat everything as if you would have them. the arduino cannot...

Can you try changing the Linker file in platformio.ini `build_flags = -Wall -Wl,-Teagle.flash.4m2m.ld` to `build_flags = -Wall -Wl,-Teagle.flash.4m1m.ld` Of cause then your SPIFFS will be only 1MB instead of two....

Which ArduinoJson Version do you use?

Okay, the Json v6 removed DynamicJsonBuffer Please try to add the following line in platformio.ini ``` lib_deps = [email protected] ```

Hi, sorry for the late response.... If you compile with arduino IDE, which SPIFFS size did you chose? (e.g. Tools => Flash Size => 4M (3M SPIFFS)

Hi, can you try to rename the HTTP_HEAD in the header to e.g. HTTP_HEAD_PAINTER (and also in ALL handleXXX Functions in the C-File). I might be already used in newer...