Archive stale documentation

This commit is contained in:
2026-06-07 09:52:24 -06:00
parent dc8340a1ec
commit f609f2ea43
15 changed files with 23 additions and 15 deletions
-10
View File
@@ -1,10 +0,0 @@
---
# Hardware Notes
The current hardware source of truth is `docs/HARDWARE.md`.
The Cargo ESP32 relay board outputs are control/trigger outputs only. Do not route fridge, Starlink, inverter, lights, or other major load current through the ESP32 relay board.
Use properly fused automotive relays or contactors for major loads.
+2 -1
View File
@@ -82,10 +82,11 @@ Important docs:
- `docs/API.md`
- `docs/ARCHITECTURE.md`
- `docs/HARDWARE.md`
- `docs/dashboard-esp32s3.md`
- `docs/CONFIGURATION.md`
- `docs/UART_PROTOCOL.md`
- `docs/SERIAL_COMMANDS.md`
- `docs/PARITY_MATRIX.md`
- `docs/wiring.md`
- `docs/TEMP_SETUP.md`
- `docs/ROADMAP.md`
- `docs/CHANGELOG.md`
+3 -4
View File
@@ -14,14 +14,14 @@ This folder contains project documentation for Overland Controller.
- `project-state.md` - Current project state
- `roadmap.md` - Roadmap and future plans
- `hardware-status.md` - Hardware status and bring-up notes
- `decisions.md` - Architecture and implementation decisions
## Technical References
- `dashboard-esp32s3.md` - Current Waveshare ESP32-S3 dashboard plan
- `protocol.md` - Legacy UART protocol reference
- `wiring.md` - Older wiring notes; verify against `HARDWARE.md` before use
- `CONFIGURATION.md` - Configuration model and setup concepts
- `TEMP_SETUP.md` - DS18B20 temperature sensor setup
- `UART_PROTOCOL.md` - Optional UART diagnostics protocol
## Archive
@@ -29,7 +29,6 @@ Older or duplicate documents have been moved to `archive/`.
Archived documents are kept for history, but the primary documents above should be treated as the current source of truth.
## Parity
- `PARITY_MATRIX.md` - Command parity across USB serial, UART JSON, and HTTP API
@@ -0,0 +1,13 @@
# Legacy Current-Cleanup Archive
These files were moved out of the active docs during the June 2026 documentation cleanup.
They are retained for historical reference only. Current source-of-truth docs are:
- `docs/ARCHITECTURE.md`
- `docs/HARDWARE.md`
- `docs/ROADMAP.md`
- `docs/API.md`
- `docs/dashboard-esp32s3.md`
Do not use the archived Pico/UART wiring or handoff notes for current implementation work.
+5
View File
@@ -0,0 +1,5 @@
# Hardware Archive
These pinout notes are legacy references from earlier dashboard and wiring plans.
The current hardware source of truth is `docs/HARDWARE.md`, with the current dashboard plan in `docs/dashboard-esp32s3.md`.
View File