kitesurfer1404 / WS2812FX

WS2812 FX Library for Arduino and ESP8266
MIT License
1.58k stars 344 forks source link

esp8266 web interface issue with data pin #271

Closed buchsg closed 3 years ago

buchsg commented 3 years ago

hello, I'm facing an issue with my esp8266 eps-01 and the web interface, to get it to work i need to unplug the data wire, powering up the esp and only then plug the data wire back... What i am doing wrong ?

moose4lord commented 3 years ago

Sounds like you're using GPIO0 to drive your LEDs. GPIO0 has special requirements during the ESP's boot phase, so you should avoid using it. Try using GPIO2 to drive your LEDs.