timer face: fix problem with messed up durations for repeating timers / always beep when starting a timer

This commit is contained in:
TheOnePerson
2023-05-18 13:10:32 +02:00
parent 7331851c77
commit 45d9b97f07
2 changed files with 5 additions and 4 deletions

View File

@@ -77,6 +77,7 @@ typedef struct {
uint32_t now_ts;
uint16_t paused_left;
uint8_t pausing_seconds;
uint8_t watch_face_index;
timer_setting_t timers[TIMER_SLOTS];
uint8_t settings_state : 4;
uint8_t current_timer : 4;