diff options
author | madhogs <59648482+madhogs@users.noreply.github.com> | 2024-02-14 17:17:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 17:17:10 +0000 |
commit | 3c6affb4190b5d22f90eed9b3fa815c11465b8c6 (patch) | |
tree | b2d8228cf59abd63129faf9beb4d668b34b71d5e /movement/movement.h | |
parent | 868fecd24892a8eac87f7b18034b9b6e7d403a8b (diff) | |
parent | af18673e1aa53091880d829a6fa4d7e23a6b4381 (diff) | |
download | Sensor-Watch-3c6affb4190b5d22f90eed9b3fa815c11465b8c6.tar.gz Sensor-Watch-3c6affb4190b5d22f90eed9b3fa815c11465b8c6.tar.bz2 Sensor-Watch-3c6affb4190b5d22f90eed9b3fa815c11465b8c6.zip |
Merge branch 'main' into preferences_in_config
Diffstat (limited to 'movement/movement.h')
-rw-r--r-- | movement/movement.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/movement/movement.h b/movement/movement.h index 5f30dfb8..1dabfbc5 100644 --- a/movement/movement.h +++ b/movement/movement.h @@ -244,8 +244,8 @@ typedef struct { movement_settings_t settings; // transient properties - int16_t current_watch_face; - int16_t next_watch_face; + int16_t current_face_idx; + int16_t next_face_idx; bool watch_face_changed; bool fast_tick_enabled; int16_t fast_ticks; @@ -307,7 +307,6 @@ 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_tune(void); void movement_play_alarm(void); void movement_play_alarm_beeps(uint8_t rounds, BuzzerNote alarm_note); |