some fixes before DE 2025

This commit is contained in:
2025-05-20 00:01:36 +02:00
parent f966f2df14
commit 58e9a97804
6 changed files with 199 additions and 159 deletions

View File

@@ -18,6 +18,7 @@ typedef struct Globals_s
int loadvoltage_mV = 0;
int battery_level = 0;
bool timer_disabled = false;
bool toggle_wifi = false;
} Globals_t;
extern Globals_t globals; /**< Global variable struct */