update libs

This commit is contained in:
technyon
2022-05-04 22:54:36 +02:00
parent 345e5bf620
commit 05f0d3ad0f
13 changed files with 812 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
#include "PresenceDetection.h"
#include "PreferencesKeys.h"
PresenceDetection::PresenceDetection(Preferences* preferences, BleScanner *bleScanner, Network* network)
PresenceDetection::PresenceDetection(Preferences* preferences, BleScanner::Scanner *bleScanner, Network* network)
: _preferences(preferences),
_bleScanner(bleScanner),
_network(network)