Make BT indicator optional (and off by default)

This commit is contained in:
2026-06-04 22:17:59 -04:00
parent 69b9814a11
commit aceb2b2b08
4 changed files with 31 additions and 8 deletions
+2 -1
View File
@@ -4,8 +4,9 @@
#define STORAGE_KEY_SETTINGS 69
typedef struct ClaySettings {
uint8_t DateTimeoutSecs;
bool TrackBTStatus;
bool ShowTimeMG;
uint8_t DateTimeoutSecs;
uint8_t LowFuelBars;
GColor ColorLED;
GColor ColorBG;