You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having blinking/glitchy LEDs on my strand due to interrupts on my Wemos D1 Mini. Previous issues solved this with
#define FASTLED_ALLOW_INTERRUPTS 0
Now the blinking is gone but the server freezes or resets at random intervals. I assume it has to do with watchdog resets but I've been unable to completely diagnose it.