diff --git a/ESP32CAM-ONVIF/web_config.cpp b/ESP32CAM-ONVIF/web_config.cpp index 723f736..44d771a 100644 --- a/ESP32CAM-ONVIF/web_config.cpp +++ b/ESP32CAM-ONVIF/web_config.cpp @@ -82,3 +82,7 @@ void web_config_start() { webConfigServer.begin(); Serial.println("[INFO] Web config server started."); } + +void web_config_loop() { + webConfigServer.handleClient(); +}