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