allow configure query interval via web server
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -40,7 +40,7 @@ void setup()
|
||||
preferences->begin("nukihub", false);
|
||||
network = new Network(preferences);
|
||||
webCfgServer = new WebCfgServer(preferences);
|
||||
nuki = new Nuki("Main Door", 2020001, network);
|
||||
nuki = new Nuki("Main Door", 2020001, network, preferences);
|
||||
|
||||
network->initialize();
|
||||
webCfgServer->initialize();
|
||||
|
||||
Reference in New Issue
Block a user