diff --git a/PresenceDetection.cpp b/PresenceDetection.cpp index 0eafdc8..2949757 100644 --- a/PresenceDetection.cpp +++ b/PresenceDetection.cpp @@ -37,7 +37,7 @@ void PresenceDetection::initialize() void PresenceDetection::update() { - vTaskDelay( 10000 / portTICK_PERIOD_MS); + vTaskDelay( 5000 / portTICK_PERIOD_MS); if(_timeout < 0) return; if(_devices.size() == 0) return;