diff --git a/src/main/io/beeper.c b/src/main/io/beeper.c index 85d054f27..caab53622 100644 --- a/src/main/io/beeper.c +++ b/src/main/io/beeper.c @@ -211,7 +211,7 @@ static const beeperTableEntry_t *currentBeeperEntry = NULL; */ void beeper(beeperMode_e mode) { - if (mode == BEEPER_SILENCE) { + if (mode == BEEPER_SILENCE || (feature(FEATURE_VBAT) && (batteryCellCount < 2))) { beeperSilence(); return; }