Fix low fuel indicator configuration

This commit is contained in:
2026-06-06 17:36:20 -04:00
parent 38f17cfabf
commit c1287e628a
4 changed files with 15 additions and 38 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ typedef struct ClaySettings {
bool TrackBTStatus;
bool ShowTimeMG;
uint8_t DateTimeoutSecs;
uint8_t LowFuelBars;
uint8_t LowFuelPercent;
GColor ColorLED;
GColor ColorBG;
GColor ColorMGBars;