Frank
Frank
@blazoncek, @Aircoookie: should we merge this change, or not necessary? I don't know enough about file/json handling to decide what to do with this PR...
Segments are part of a preset in newer versions. If you activate a preset, does that change segments?
Sorry but I will not approve this PR as it is today. Reasons as explained by @blazoncek.
Thanks @Aircoookie this solution seems to be a good compromise.
I have been playing around with a -C3 recently, and also saw issues with corrupted littlefs, that happen with [email protected] in combination with ARDUINO_USB_CDC_ON_BOOT=0. These problems disappear when using [email protected]....
A few users have confirmed already that littlefs corruption on -C3 is resolved by using `[email protected]`. So I prefer to have this as an optional line in platformio.ini, instead of...
Another idea could be to enable "discussions", and create a category "boards". This would work with minimal maintenance effort, as users can simply create a topic for their board and...
This actually looks very much like you have wiring problems. https://www.youtube.com/watch?v=Q9mLitVxF3c You might need a level shifter, or maybe your wiring (gpio used) is not aligned with LEDs settings in...
I've just tried it on my PC, by adding -DWLED_DISABLE_2D to the build_flags in [env:nodemcuv2], and it works for me. ```ini [env:nodemcuv2] ... build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME=ESP8266 -DWLED_DISABLE_2D ````...
Update: i think this one is fixed. I just put `#define WLED_DISABLE_2D` into my_config.h and compilation worked. 2D disabled: ``` RAM: [====== ] 59.8% (used 48996 bytes from 81920 bytes)...