Add ESP32 dashboard UART JSON protocol

This commit is contained in:
root
2026-06-03 02:10:05 -06:00
parent b494a98de4
commit b15107a000
3 changed files with 143 additions and 25 deletions
+4 -3
View File
@@ -13,7 +13,8 @@
#define IGNITION_PIN 34
// UART over CAT5 to Pico dashboard
#define UART_TX_PIN 21
#define UART_RX_PIN 22
#define DASHBOARD_UART_TX_PIN 21
#define DASHBOARD_UART_RX_PIN 22
#define DASHBOARD_UART_BAUD 115200
// RS-485/MAX3485 fallback only; not currently planned
// RS-485/MAX3485 is fallback only and not currently planned.