-
Notifications
You must be signed in to change notification settings - Fork 7.6k
NeoPixel can crash system. #9903
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
Comments
you should not just have |
I still hit crashes with an delay, i.e.
|
Issue confirmed. It is a concurrency problem within |
@Spaceballs3000 - The PR #9906 shall solve this issue. Please test it. |
Tested fix, I do not get the crashes anymore. |
@SuGlider I still have this problem! Board: ESP32 Dev Module (ESP32-devkitC-v4) |
Do you mean that using this example, it fails? This is Adafruit repository. It sounds like some other users have reported similar issues, there. @ladyada - FYI. |
Yes, this example |
Board
ESP32S3 Dev Module
Device Description
ESP32S3 Dev Module
Hardware Configuration
ESP32S3 Dev Module
Version
v3.0.1
IDE Name
Arduino IDE 2.3.2
Operating System
Windows 10
Flash frequency
80
PSRAM enabled
yes
Upload speed
921600
Description
System will crash if data is received on port 6656. If you comment out either the one in main or UDP callback function, it will work fine.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: