save timezone setting in eeprom

This commit is contained in:
2019-12-01 18:46:11 +01:00
parent 9e934015e0
commit c151a7bb67
3 changed files with 18 additions and 8 deletions

View File

@@ -1,7 +1,10 @@
#include <stdint.h>
#include <avr/eeprom.h>
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;
typedef enum {
OFF,