Rename project to overland-controller

This commit is contained in:
2026-06-04 03:10:26 -06:00
parent 327a2adc81
commit baacedfbfe
17 changed files with 4 additions and 4 deletions
@@ -0,0 +1,20 @@
#pragma once
#define DEVICE_NAME "Overland Controller"
// Relay Outputs
#define RELAY_STARLINK_PIN 16
#define RELAY_FRIDGE_PIN 17
// DS18B20 Bus
#define ONEWIRE_PIN 4
// Ignition Sense
#define IGNITION_PIN 34
// UART over CAT5 to Pico dashboard
#define DASHBOARD_UART_TX_PIN 21
#define DASHBOARD_UART_RX_PIN 22
#define DASHBOARD_UART_BAUD 115200
// RS-485/MAX3485 is fallback only and not currently planned.