fix signal tunes not firing in background, and split out foreground/background chime functions

This commit is contained in:
Jeremy O'Brien
2023-09-22 07:29:04 -04:00
parent bc9b4ce700
commit bfde84f01d
6 changed files with 26 additions and 31 deletions

View File

@@ -307,6 +307,9 @@ void movement_cancel_background_task_for_face(uint8_t watch_face_index);
void movement_request_wake(void);
void movement_play_signal(void);
void movement_play_signal_background(void);
void movement_play_tune(void);
void movement_play_tune_background(void);
void movement_play_alarm(void);
void movement_play_alarm_beeps(uint8_t rounds, BuzzerNote alarm_note);