Normalize primary communication around UART

This commit is contained in:
root
2026-06-03 02:08:19 -06:00
parent 08a8275a29
commit b494a98de4
15 changed files with 64 additions and 54 deletions
@@ -50,7 +50,7 @@ void handleStatus() {
JsonObject network = doc.createNestedObject("network");
network["wifi_enabled"] = true;
network["rs485_connected"] = true;
network["uart_connected"] = true;
String output;
serializeJsonPretty(doc, output);