betaflight / betaflight

Open Source Flight Controller Firmware
GNU General Public License v3.0
8k stars 2.86k forks source link

4.5 ledstrip_profile = race is illuminating led color to green when it is actually set to black #13601

Open Mar74r opened 2 weeks ago

Mar74r commented 2 weeks ago

Describe the bug

If you set the ledstrip_race_color to black, the leds are actually illuminating in green. This is on an iflight blitz f722 flight controller and an inline diode has been installed on the led circuit. This was functioning perfectly in 4.2 but is a problem in 4.5.

To Reproduce

set ledstrip_race_color = black set ledstrip_profile = race leds will illuminate green instead of off as expected by the black color setting.

Expected behavior

ledstrip_race_color = black should be turning the leds off, not assigning a green color.

Support ID

6f7749b4-880b-40cc-b1b5-3b7745f24363

Flight controller

iflight blitz f722

Other components

No response

How are the different components wired up (including port information)

No response

Add any other context about the problem that you think might be relevant here

No response