add setting for dots

This commit is contained in:
2019-12-01 22:18:39 +01:00
parent 5ed19b564c
commit 64d6e89619
4 changed files with 35 additions and 11 deletions

View File

@@ -6,12 +6,15 @@ extern int8_t menu_val_timezone_ee EEMEM;
extern uint8_t menu_val_format;
extern uint8_t menu_val_format_ee EEMEM;
extern uint8_t menu_val_leds_ee EEMEM;
extern uint8_t menu_val_dots;
extern uint8_t menu_val_dots_ee EEMEM;
typedef enum {
OFF,
TIMEZONE,
FORMAT,
LEDS,
DOTS,
EXIT
} menu_state_t;