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
+3 -3
View File
@@ -4,7 +4,7 @@
The ESP32 acts as the system controller and provides status and control endpoints.
Primary communication is RS-485.
Primary communication is UART over CAT5. WiFi HTTP API is the backup communication path.
WiFi HTTP API is provided for:
@@ -48,7 +48,7 @@ Example:
"network": {
"wifi_enabled": false,
"rs485_connected": true
"uart_connected": true
}
}
```
@@ -167,7 +167,7 @@ Example:
```json
{
"wifi_enabled": false,
"rs485_connected": true,
"uart_connected": true,
"starlink_enabled": false
}
```