connect to configured mqtt broker
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -38,8 +38,8 @@ void setup()
|
||||
{
|
||||
preferences = new Preferences();
|
||||
preferences->begin("nukihub", false);
|
||||
network = new Network();
|
||||
webCfgServer = new WebCfgServer();
|
||||
network = new Network(preferences);
|
||||
webCfgServer = new WebCfgServer(preferences);
|
||||
nuki = new Nuki("Main Door", 2020001, network);
|
||||
|
||||
network->initialize();
|
||||
|
||||
Reference in New Issue
Block a user