allow configure query interval via web server

This commit is contained in:
technyon
2022-03-27 12:15:09 +02:00
parent ba864e0b67
commit a8ce3fc44c
7 changed files with 80 additions and 48 deletions

View File

@@ -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();