-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Another reboot loop #7
Comments
getting this now as well
|
Those are watchdog timer timeout resets, which means something took too long without yielding. Try calling delay(1000/FRAMES_PER_SECOND) instead of FastLED.delay, if you're not already, reducing FRAMES_PER_SECOND, etc. The latest code has those changes: https://github.com/jasoncoon/esp32-fastled-webserver/blob/master/esp32-fastled-webserver.ino |
I sometimes get:
|
I am already using same errors =( |
You may try to use my Platformio fork - https://github.com/piotrkochan/esp32-fastled-webserver-platformio Just install FastLED library |
How many LEDs, on how many pins? Which ESP32 board are you using? Using latest versions of FastLED and ESP32 Arduino core? Tried using Sam Guyer's fork of FastLED? https://github.com/samguyer/FastLED |
How many LEDs, on how many pins? |
Yesterday my ESP32 started to reboot too ;/ The weird think is that exception is thrown after very short time after short data signal pin to the leds. |
After installing all the requirements (including forked libraries) I get this reboot loop:
The text was updated successfully, but these errors were encountered: