match complication button press volume to Movement
This commit is contained in:
@@ -118,7 +118,7 @@ bool stopwatch_face_loop(movement_event_t event, void *context) {
|
||||
break;
|
||||
case EVENT_ALARM_BUTTON_DOWN:
|
||||
if (movement_button_should_sound()) {
|
||||
watch_buzzer_play_note(BUZZER_NOTE_C8, 50);
|
||||
watch_buzzer_play_note_with_volume(BUZZER_NOTE_C7, 50, WATCH_BUZZER_VOLUME_SOFT);
|
||||
}
|
||||
stopwatch_state->running = !stopwatch_state->running;
|
||||
if (stopwatch_state->running) {
|
||||
|
||||
Reference in New Issue
Block a user