Use generic default device name
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user