From 937319e9ac535daa2fd62a10dcb78db0faddd2f7 Mon Sep 17 00:00:00 2001 From: John Varghese <126874846+John-Varghese-EH@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:24:44 +0530 Subject: [PATCH] web_config.cpp --- ESP32CAM-ONVIF/web_config.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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(); +}