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:
|
case EVENT_BACKGROUND_TASK:
|
||||||
// uncomment this line to snap back to the clock face when the hour signal sounds:
|
// uncomment this line to snap back to the clock face when the hour signal sounds:
|
||||||
// movement_move_to_face(state->watch_face_index);
|
// movement_move_to_face(state->watch_face_index);
|
||||||
|
#ifdef SIGNAL_TUNE_DEFAULT
|
||||||
|
movement_play_signal();
|
||||||
|
#else
|
||||||
movement_play_tune();
|
movement_play_tune();
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return movement_default_loop_handler(event, settings);
|
return movement_default_loop_handler(event, settings);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user