mirror of
https://github.com/John-Varghese-EH/ESP32-CAM-ONVIF.git
synced 2025-11-11 16:26:22 +00:00
web_config.cpp
This commit is contained in:
@@ -82,3 +82,7 @@ void web_config_start() {
|
|||||||
webConfigServer.begin();
|
webConfigServer.begin();
|
||||||
Serial.println("[INFO] Web config server started.");
|
Serial.println("[INFO] Web config server started.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void web_config_loop() {
|
||||||
|
webConfigServer.handleClient();
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user