Add auto-repeat feature to Countdown watch face

This commit is contained in:
Joseph Bryant
2024-08-24 12:02:50 +01:00
committed by Matheus Afonso Martins Moreira
parent 80dc8a247f
commit ddaf3a8324
2 changed files with 55 additions and 16 deletions

View File

@@ -62,6 +62,8 @@ typedef struct {
uint8_t set_seconds;
uint8_t selection;
countdown_mode_t mode;
bool repeat;
uint8_t watch_face_index;
} countdown_state_t;