use movement_play_signal for default tune (fixes background signal)
This commit is contained in:
parent
45f402b4ec
commit
b162dc0663
@ -136,7 +136,11 @@ bool simple_clock_face_loop(movement_event_t event, movement_settings_t *setting
|
||||
case EVENT_BACKGROUND_TASK:
|
||||
// uncomment this line to snap back to the clock face when the hour signal sounds:
|
||||
// movement_move_to_face(state->watch_face_index);
|
||||
#ifdef SIGNAL_TUNE_DEFAULT
|
||||
movement_play_signal();
|
||||
#else
|
||||
movement_play_tune();
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
return movement_default_loop_handler(event, settings);
|
||||
|
Loading…
x
Reference in New Issue
Block a user