Frank

Results 229 comments of Frank

Hi, I would not strictly call it a bug, maybe the WIZ RC is just sending in a different format. To find out, you need a debug build (-DWLED_DEBUG), and...

@blazoncek I guess this one is low-risk so it could go into -b5, what do you think?

Just checked Flash size increase from this PR: > esp8266: Flash used +490 bytes > esp32: Flash used +488 bytes

> cant see the option for FW1906 in the LED config. If you modify UI files in wled00/data, make sure to run `npm install; npm run build` in the console,...

@oakey81 first you need to install [NodeJS 11.0+](https://nodejs.org/en/download/) globally. Then run `npm install; npm run build` in the VSCode console panel. https://kno.wled.ge/advanced/custom-features/#changing-web-ui ![image](https://github.com/Aircoookie/WLED/assets/91616163/ade62dd4-6056-4bf3-844a-212a8bc6be7e)

Similar for other very brandnew chips: [-C2](https://www.espressif.com/en/news/ESP32-C2), [-C6](https://www.espressif.com/en/news/ESP32-C6_Available) , [-C61](https://www.espressif.com/en/news/ESP32-C61_SoC), [ESP32-H2](https://www.espressif.com/en/news/ESP32_H2), [-H4](https://www.espressif.com/en/news/ESP32-H4), or [ESP32-P4](https://www.espressif.com/en/news/ESP32-P4), or [-C5](https://www.espressif.com/en/news/ESP32-C5). To put it into some context - market availeability of ESP32-C6 was announced just...

> Supporting those newer chips requires updating to the esp-idf v5.1 Sorry, but what you propose is not enough for WLED. We have a long list of dependencies, including (but...

@blazoncek could you also take a look at the "legacy" code of this usermod? Especially the line below is a bit unusual - is it OK that usermods call strip.service()...

Similar to https://github.com/Aircoookie/WLED/issues/2845

@MatejsLab could you add some more comments to the code, and maybe use good practice of "verbose variable naming"? Because right now it's almost impossible to understand what your code...