kitesurfer1404 / WS2812FX

WS2812 FX Library for Arduino and ESP8266
MIT License
1.6k stars 347 forks source link

ESP 32 WROOM D crashes on LED PIN set > 72 #365

Closed jitu167 closed 2 weeks ago

jitu167 commented 3 weeks ago

I have issue only when the led pin is set more than 72. ESP 32 module gets restart. Is it device limitation?

moose4lord commented 3 weeks ago

This is a known issue with the Adafruit_NeoPixel library and v3.x.x of the ESP32 Arduino core. See this issue: https://github.com/adafruit/Adafruit_NeoPixel/issues/402

Until this is resolved you should use board manager to drop back to ESP32 Arduino core v2.0.17.

jitu167 commented 2 weeks ago

It helped. Thank you