mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
visual beeper got left out
This commit is contained in:
parent
59632f472f
commit
99110b2b8b
1 changed files with 1 additions and 1 deletions
|
@ -1083,7 +1083,7 @@ void updateLedStrip(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IS_RC_MODE_ACTIVE(BOXLEDLOW)) {
|
if (IS_RC_MODE_ACTIVE(BOXLEDLOW) && !(masterConfig.ledstrip_visual_beeper && isBeeperOn())) {
|
||||||
if (ledStripEnabled) {
|
if (ledStripEnabled) {
|
||||||
ledStripDisable();
|
ledStripDisable();
|
||||||
ledStripEnabled = false;
|
ledStripEnabled = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue