forked from external-repos/ESP32-CAM-ONVIF
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