Use generic default device name

This commit is contained in:
2026-06-04 03:01:14 -06:00
parent d01cc9b9c6
commit 327a2adc81
@@ -8,7 +8,7 @@ AppConfig appConfig;
static Preferences preferences; static Preferences preferences;
void loadDefaultConfig() { void loadDefaultConfig() {
appConfig.deviceName = DEVICE_NAME; appConfig.deviceName = "Overland Controller";
appConfig.relays[0] = { appConfig.relays[0] = {
"relay_1", "relay_1",