Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.62k stars 3.14k forks source link

No Web UI when connected as client #145

Closed yloose closed 5 years ago

yloose commented 5 years ago

So I already have ESP with the WLED firmware working perfectly fine, so I tried to flash another ESP. The new one also opens the AP and I can connect and control the strip, but when I connect it to my WiFi network it doesnt have a web server running.

This one is working: workingF This one is not notworkingF

Aircoookie commented 5 years ago

Hi! You probably have compiled the project from source using the latest 2.5.0 arduino core. Most likely you are experiencing https://github.com/esp8266/Arduino/issues/5784 . Installing Arduino core 2.4.2 or one of my binaries should solve the issue!

yloose commented 5 years ago

Yeah, that was it. It works now, thanks!