Removed wrongly used field

This commit is contained in:
2026-08-16 14:21:50 +02:00
parent 32229de20d
commit 2276c1742a
+1 -2
View File
@@ -29,7 +29,6 @@ mdns:
type: "epaper_2.13"
esp32:
board: epaper-node-display
variant: esp32h2
framework:
type: esp-idf
@@ -200,7 +199,7 @@ display:
it.line(0, 102, it.get_width(), 102);
// Bottom Left: Cloud Reachability & Last Update Time
std::string cloud_status = g_cloud_alert ? "Cloud: OK" : "Cloud: ERR";
std::string cloud_status = g_cloud_alert ? "Cloud: ERR" : "Cloud: OK";
it.printf(0, 105, id(font_small), "%s | %s", cloud_status.c_str(), g_update_time.c_str());
// Bottom Right: OpenThread Diagnostics