Blaž Kristan

Results 1405 comments of Blaž Kristan

If you really want some help, post your setup, please. Dump cfg.json from /edit page or from backup in Security & Updates

Use ESP32. Please use WLED [forum](https://wled.discourse.group) or Discord for help and support questions.

After uploading cfg.json immediately reboot ESP. This will be fixed in 0.14

The only difference between 0.13.2 and 0.13.3 is added support for LPD6803 LEDs and disabled WDT. WDT was causing boot and flickering issues on ESP32.

Building 0_14 branch with: ``` platform = [email protected] framework = arduino board = esp32-c3-devkitm-1 board_build.partitions = tools/WLED_ESP32_4MB_1MB_FS.csv build_flags = ${common.build_flags} ${esp32c3.build_flags} #-D WLED_RELEASE_NAME=ESP32-C3 -D WLED_WATCHDOG_TIMEOUT=0 -D LEDPIN=8 ``` produces working...

I will pull this into my fork and give it a spin. Have you tested it on ESP8266 maxed out on LEDs and segments?

I like the idea, but currently don't have time for rigorous testing. Please get ESP8266 and configure it with 1200 LEDs (no need to attach them) and create 16 segments,...

Hi, I finally manged to pull into my development fork and play with it. I do have some suggestions: - make host IP resolved upon instance creation and not at...

I removed settings page configuration and replaced it with compile time option. Also replaced destination of regular DEBUG_PRINT macros in case host is defined. It makes using network debug much...

Why open a new issue? What was wrong with the old one?