counter face: move beep_on to watch face state

This commit is contained in:
joeycastillo
2023-07-29 07:43:51 -04:00
parent ed8149a759
commit e5dcc9d1b7
2 changed files with 8 additions and 7 deletions

View File

@@ -30,6 +30,7 @@
// Counter face is designed to count the number of running laps during excercises.
typedef struct {
uint8_t counter_idx;
bool beep_on;
} counter_state_t;