shop opener info in config portal

This commit is contained in:
technyon
2022-06-01 20:49:44 +02:00
parent d58f4b6b1d
commit d6bd7dddf4
3 changed files with 21 additions and 14 deletions

View File

@@ -178,7 +178,7 @@ void setup()
nukiOpener->initialize();
}
webCfgServer = new WebCfgServer(nuki, network, ethServer, preferences, networkDevice == NetworkDeviceType::WiFi);
webCfgServer = new WebCfgServer(nuki, nukiOpener, network, ethServer, preferences, networkDevice == NetworkDeviceType::WiFi);
webCfgServer->initialize();
presenceDetection = new PresenceDetection(preferences, bleScanner, network);