diff --git a/README.md b/README.md index b288e80..797b584 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Overland Controller is a local-first vehicle power and monitoring system designe Current target vehicle: - Nissan Xterra + overland vehicle The firmware itself is intended to stay vehicle-agnostic. diff --git a/docs/API.md b/docs/API.md index d5e39f3..0c5a39b 100644 --- a/docs/API.md +++ b/docs/API.md @@ -880,7 +880,7 @@ Updates the AP SSID/password and restarts the access point. Example request: { - "ssid": "Xterra-Camp", + "ssid": "Overland-Controller", "password": "new-secure-password" } diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index ba5f908..88da9a4 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -1,6 +1,6 @@ # Architecture -Overland Controller is a distributed monitoring and control platform for the Nissan Xterra and future mobile power systems. +Overland Controller is a distributed monitoring and control platform for mobile power systems and overland vehicles. Core principle: diff --git a/docs/archive/codex-handoff.md b/docs/archive/codex-handoff.md index 78009b4..4a61969 100644 --- a/docs/archive/codex-handoff.md +++ b/docs/archive/codex-handoff.md @@ -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: diff --git a/docs/archive/pico-architecture.md b/docs/archive/pico-architecture.md index 76f5ffe..7ca5a32 100644 --- a/docs/archive/pico-architecture.md +++ b/docs/archive/pico-architecture.md @@ -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: diff --git a/docs/archive/uart.md b/docs/archive/uart.md index dccb810..c00a054 100644 --- a/docs/archive/uart.md +++ b/docs/archive/uart.md @@ -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. diff --git a/firmware/esp32/overland-controller/overland-controller.ino b/firmware/esp32/overland-controller/overland-controller.ino index 1011ab1..e7a8549 100644 --- a/firmware/esp32/overland-controller/overland-controller.ino +++ b/firmware/esp32/overland-controller/overland-controller.ino @@ -233,7 +233,7 @@ input{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;ba