Use generic default device name
This commit is contained in:
@@ -8,7 +8,7 @@ AppConfig appConfig;
|
||||
static Preferences preferences;
|
||||
|
||||
void loadDefaultConfig() {
|
||||
appConfig.deviceName = DEVICE_NAME;
|
||||
appConfig.deviceName = "Overland Controller";
|
||||
|
||||
appConfig.relays[0] = {
|
||||
"relay_1",
|
||||
|
||||
Reference in New Issue
Block a user