Reduce code duplication in received handler
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
typedef struct ClaySettings {
|
||||
bool EnablePeek;
|
||||
bool ShowTimeMG;
|
||||
bool ShowDigitsMG;
|
||||
bool TrackBTStatus;
|
||||
uint8_t DateTimeoutSecs;
|
||||
uint8_t LowFuelPercent;
|
||||
@@ -16,7 +16,7 @@ typedef struct ClaySettings {
|
||||
GColor ColorBarsFill;
|
||||
GColor ColorBarsCool;
|
||||
GColor ColorBarsHot;
|
||||
GColor ColorMGDigits;
|
||||
GColor ColorDigitsMG;
|
||||
GColor ColorLetters;
|
||||
GColor ColorHours;
|
||||
GColor ColorMinutes;
|
||||
|
||||
Reference in New Issue
Block a user