add static ip config for wifi device
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -177,7 +177,7 @@ void setup()
|
||||
openerEnabled = preferences->getBool(preference_opener_enabled);
|
||||
|
||||
const String mqttLockPath = preferences->getString(preference_mqtt_lock_path);
|
||||
network = new Network(preferences, mqttLockPath);
|
||||
network = new Network(preferences, mqttLockPath, firstStart);
|
||||
network->initialize();
|
||||
|
||||
networkLock = new NetworkLock(network, preferences);
|
||||
|
||||
Reference in New Issue
Block a user