ESP32CAM-ONVIF.ino

This commit is contained in:
John Varghese
2025-06-03 18:59:12 +05:30
committed by GitHub
parent 3072c29f84
commit 9a53aec572

View File

@@ -17,7 +17,7 @@
#include "web_config.h" #include "web_config.h"
#include "sd_recorder.h" #include "sd_recorder.h"
#include "motion_detection.h" #include "motion_detection.h"
#include "utils.h" #include "config.h"
void setup() { void setup() {
Serial.begin(115200); Serial.begin(115200);