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.54k stars 3.11k forks source link

LED Custom mA/LED is not saved #3896

Closed robertvb83 closed 4 months ago

robertvb83 commented 4 months ago

What happened?

When setting mA/LED to Custom, the value of mA is set to 55 and other values are not saved

To Reproduce Bug

Set mA/LED to Custom, change mA to 30 and hit save...

Expected Behavior

Should save custom valies

Install Method

Self-Compiled

What version of WLED?

WLED 0.15-b2

Which microcontroller/board are you seeing the problem on?

ESP32

Relevant log/trace output

No response

Anything else?

Screenshot_20240412-205654

Code of Conduct

blazoncek commented 4 months ago

Thanks for reporting. Value is saved correctly and is used correctly by ABL, the error is in display. You can verify by looking at cfg.json Will fix it in next release.

robertvb83 commented 4 months ago

Works as it should, thanks for fixing