save timezone setting in eeprom
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user