Make date timeout/enabled status configurable

This commit is contained in:
2026-06-01 23:32:35 -04:00
parent 381db14404
commit 152823fd99
4 changed files with 81 additions and 57 deletions
+1
View File
@@ -4,6 +4,7 @@
#define STORAGE_KEY_SETTINGS 69
typedef struct ClaySettings {
uint8_t DateTimeoutSecs;
bool ShowTimeMG;
uint8_t LowFuelBars;
GColor ColorLED;