Reduce code duplication in received handler

This commit is contained in:
2026-06-28 17:51:42 -04:00
parent b36fd4c8bf
commit 8b44eefd77
4 changed files with 42 additions and 68 deletions
+2 -2
View File
@@ -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;