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.59k stars 3.13k forks source link

Adding virtual LED outputs (DDP) breaks original LED output config that uses a local GPIO pin #4067

Open automatedelectrics opened 1 month ago

automatedelectrics commented 1 month ago

What happened?

To Reproduce Bug

Expected Behavior

Install Method

Binary from WLED.me

What version of WLED?

v0.15.0-b4

Which microcontroller/board are you seeing the problem on?

ESP32

Relevant log/trace output

No response

Anything else?

Code of Conduct

blazoncek commented 1 month ago

b4 is known to have issues in LED configuration. Most have been fixed since. Please build from source.

automatedelectrics commented 1 month ago

Thanks for letting me know. I appreciate the update :)