Skip to content

Commit 0c859e6

Browse files
authored
Update motionDetector.cpp
1 parent 5fea7f9 commit 0c859e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

motionDetector/motionDetector.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "motionDetector.h"
2-
#include <Arduino.h> // only for diagnostic messages via Serial
32
#include <WiFi.h> // THIS WILL MAKE THE LIBRARY WORK ONLY IN STA MODE OR AP_STA MODE AS LONG AS YOU'RE CONNECTED AS A STATION
43
#include "esp_wifi.h" //LIBRARY WORK IN MULTISTATIC MODE IF YOU'VE GOT AT LEAST ONE STATION CONNECTED TO YOUR ESP32's SoftAP.
54

@@ -611,4 +610,4 @@ int motionDetector_set_alarm_threshold(int alarmThreshold) {
611610
varianceThreshold = alarmThreshold;
612611

613612
return alarmThreshold;
614-
}
613+
}

0 commit comments

Comments
 (0)