led brightness in menu and save in eeprom

This commit is contained in:
2019-12-01 21:18:59 +01:00
parent f48f18ac64
commit 5ed19b564c
3 changed files with 24 additions and 14 deletions

View File

@@ -5,11 +5,13 @@ extern int8_t menu_val_timezone;
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;
typedef enum {
OFF,
TIMEZONE,
FORMAT,
LEDS,
EXIT
} menu_state_t;