use -1 to disable presence detection
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -79,7 +79,7 @@ void setup()
|
||||
webCfgServer->initialize();
|
||||
nuki->initialize();
|
||||
|
||||
presenceDetection = new PresenceDetection(nuki->bleScanner(), network);
|
||||
presenceDetection = new PresenceDetection(preferences, nuki->bleScanner(), network);
|
||||
presenceDetection->initialize();
|
||||
|
||||
setupTasks();
|
||||
|
||||
Reference in New Issue
Block a user