diff options
Diffstat (limited to 'movement/movement.h')
-rw-r--r-- | movement/movement.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/movement/movement.h b/movement/movement.h index a013a861..79222e8c 100644 --- a/movement/movement.h +++ b/movement/movement.h @@ -292,6 +292,10 @@ void movement_schedule_background_task(watch_date_time date_time); // movement will associate the scheduled task with the currently active face. void movement_cancel_background_task(void); +// these functions should work around the limitation of the above functions, which will be deprecated. +void movement_schedule_background_task_for_face(uint8_t watch_face_index, watch_date_time date_time); +void movement_cancel_background_task_for_face(uint8_t watch_face_index); + void movement_request_wake(void); void movement_play_signal(void); |