Normalize primary communication around UART
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user