Make BT indicator optional (and off by default)
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user