Add indicator for failed temperature fetching

This commit is contained in:
2026-06-04 19:57:48 -04:00
parent 1c25daac8d
commit cbdfa740a8
5 changed files with 33 additions and 17 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ typedef struct ClaySettings {
GColor ColorBarsHot;
GColor ColorMGTime;
GColor ColorFG;
GColor ColorLowFuel;
GColor ColorWarning;
} __attribute__((__packed__)) ClaySettings;
_Static_assert(sizeof(ClaySettings) <= 256, "ClaySettings exceeds Pebble 256-byte persist limit!");