wirekraken / ESP8266-Websockets-LED

Real-time addressable LED strip (ws2811/ws2812/ws2812b) control using ESP8266 via web interface.
GNU General Public License v3.0
68 stars 26 forks source link

Soft WDT resets #5

Closed TeodorBankov closed 1 year ago

TeodorBankov commented 3 years ago

Hello, I am trying to run your code on my ESP8266 and am getting soft WDT resets in the serial monitor. I will provide the code and anything else if necessary.

TeodorBankov commented 3 years ago

Okay, seems like the problem is when I add more than 255 LEDs in the code, it begins to WDT soft reset. Is there any easy solution that I can add to the code?

rmaksim commented 2 years ago

see solution in #2 (need replace uint8_t -> int)