quick fix

This commit is contained in:
Jakub
2026-05-15 16:33:19 +02:00
parent ec601ef118
commit 1d04930c1e
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -2946,7 +2946,7 @@ void UITask::setBuzzerVolumeLevel(uint8_t level) {
if (level > 4) level = 4;
_node_prefs->buzzer_volume = level;
buzzer.setVolume(level);
buzzer.playForced("Vol:d=8,o=5,b=120:c");
if (level > 0) buzzer.playForced("Vol:d=16,o=5,b=120:c");
_next_refresh = 0;
#endif
}