From 06d546f1797bc80c34c2a9b3231595c984e685c3 Mon Sep 17 00:00:00 2001 From: Alex Maestas Date: Sat, 16 Dec 2023 22:08:10 +0000 Subject: make it clear that the movement_state contains indexes --- movement/movement.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'movement/movement.h') diff --git a/movement/movement.h b/movement/movement.h index 5f30dfb8..a0abd3f9 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; -- cgit v1.2.3 From 6f4917a0d5828dac8751c02e700f30e355f22c87 Mon Sep 17 00:00:00 2001 From: Wesley Aptekar-Cassels Date: Mon, 13 Nov 2023 00:14:41 -0500 Subject: Revert "Merge pull request #283 from neutralinsomniac/fix_hourly_chime_background" This reverts commit 5c94111ea20e50cb9dab8f416603403185e933b3, reversing changes made to bc9b4ce700d3f12adc0daceaa880e3d638df0c2b. --- movement/movement.h | 1 - 1 file changed, 1 deletion(-) (limited to 'movement/movement.h') diff --git a/movement/movement.h b/movement/movement.h index 5f30dfb8..66bf6af4 100644 --- a/movement/movement.h +++ b/movement/movement.h @@ -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); -- cgit v1.2.3