Align docs with ESP32-S3 dashboard architecture

This commit is contained in:
2026-06-07 09:48:13 -06:00
parent fdf3d657b6
commit dc8340a1ec
22 changed files with 211 additions and 638 deletions
+15 -1
View File
@@ -1,5 +1,17 @@
# Overland Controller Handoff
This handoff is stale and may include legacy Pico/UART dashboard assumptions.
Current source of truth:
- `docs/ARCHITECTURE.md`
- `docs/HARDWARE.md`
- `docs/ROADMAP.md`
- `docs/API.md`
- `docs/dashboard-esp32s3.md`
The current dashboard target is the Waveshare ESP32-S3-Touch-LCD-5 over WiFi/HTTP. No Pico dashboard is planned.
## Current Version
Firmware: 0.4.0
@@ -153,4 +165,6 @@ Important:
- ESP32 cargo controller remains source of truth.
- Dashboard is a client only.
- Existing UART protocol remains supported but is no longer the primary dashboard transport.\n\nSee docs/dashboard-esp32s3.md for the current Waveshare ESP32-S3 dashboard plan.\n
- Existing UART protocol remains supported but is no longer the primary dashboard transport.
See `docs/dashboard-esp32s3.md` for the current Waveshare ESP32-S3 dashboard plan.