never disable buzzer output

This commit is contained in:
joeycastillo
2023-01-03 21:24:14 -06:00
parent 801230cc3a
commit 851d047c81
4 changed files with 4 additions and 12 deletions

View File

@@ -140,12 +140,8 @@ bool weeknumber_clock_face_loop(movement_event_t event, movement_settings_t *set
// if we are in the foreground, we can just beep.
movement_play_signal();
} else {
// if we were in the background, we need to enable the buzzer peripheral first,
watch_enable_buzzer();
// beep quickly (this call blocks for 275 ms),
movement_play_signal();
// and then turn the buzzer peripheral off again.
watch_disable_buzzer();
}
break;
default: