mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +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;
|
||||
}
|
||||
|
||||
if (IS_RC_MODE_ACTIVE(BOXLEDLOW)) {
|
||||
if (IS_RC_MODE_ACTIVE(BOXLEDLOW) && !(masterConfig.ledstrip_visual_beeper && isBeeperOn())) {
|
||||
if (ledStripEnabled) {
|
||||
ledStripDisable();
|
||||
ledStripEnabled = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue