We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fea7f9 commit 0c859e6Copy full SHA for 0c859e6
motionDetector/motionDetector.cpp
@@ -1,5 +1,4 @@
1
#include "motionDetector.h"
2
-#include <Arduino.h> // only for diagnostic messages via Serial
3
#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
4
#include "esp_wifi.h" //LIBRARY WORK IN MULTISTATIC MODE IF YOU'VE GOT AT LEAST ONE STATION CONNECTED TO YOUR ESP32's SoftAP.
5
@@ -611,4 +610,4 @@ int motionDetector_set_alarm_threshold(int alarmThreshold) {
611
610
varianceThreshold = alarmThreshold;
612
613
return alarmThreshold;
614
-}
+}
0 commit comments