1
0
Fork 0
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:
gaelj 2016-06-29 00:59:26 +02:00
parent 59632f472f
commit 99110b2b8b

View file

@ -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;