Sending updates to external screen + RGB LCD

This commit is contained in:
2026-08-16 14:23:18 +02:00
parent 2276c1742a
commit fd00c9a89d
11 changed files with 367 additions and 24 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ struct MicrowaveData {
// Global states parsed from the API
static std::vector<MicrowaveData> g_microwaves;
static bool g_cloud_alert = false;
static bool g_cloud_alert = true;
static std::string g_update_time = "--:--";
static bool g_received_update = false;