docs: remove vehicle-specific Xterra branding

This commit is contained in:
2026-06-08 08:42:27 -06:00
parent d4dff6d49c
commit bc56514489
10 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# Xterra Overland Dashboard - Codex Handoff
# Overland Controller - Codex Handoff
## Repository
@@ -27,7 +27,7 @@ Before making any code changes:
# Project Overview
The project is an overland vehicle monitoring and control system for a Nissan Xterra.
The project is an overland vehicle monitoring and control system for a overland vehicle.
Architecture:
+1 -1
View File
@@ -2,7 +2,7 @@
## Purpose
The Raspberry Pi Pico 2 W dashboard is the primary user interface for the Xterra Overland Power & Monitoring Dashboard.
The Raspberry Pi Pico 2 W dashboard is the primary user interface for the Overland Controller dashboard.
Its responsibilities are:
+1 -1
View File
@@ -4,7 +4,7 @@
The first hardware version will use UART over CAT5 between the Pico dashboard and the ESP32 controller.
UART is simpler than RS-485 and should be reliable for the short cable run inside the Xterra.
UART is simpler than RS-485 and should be reliable for the short cable run inside the vehicle.
RS-485 remains a future fallback if testing reveals communication issues.