From 327a2adc81f7235d33be7173eb6bd28894820331 Mon Sep 17 00:00:00 2001 From: nick Date: Thu, 4 Jun 2026 03:01:14 -0600 Subject: [PATCH] Use generic default device name --- firmware/esp32/xterra-controller/app_config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/esp32/xterra-controller/app_config.cpp b/firmware/esp32/xterra-controller/app_config.cpp index 1f5ba79..ae113b3 100644 --- a/firmware/esp32/xterra-controller/app_config.cpp +++ b/firmware/esp32/xterra-controller/app_config.cpp @@ -8,7 +8,7 @@ AppConfig appConfig; static Preferences preferences; void loadDefaultConfig() { - appConfig.deviceName = DEVICE_NAME; + appConfig.deviceName = "Overland Controller"; appConfig.relays[0] = { "relay_1",