This commit is contained in:
Rene Zeldenthuis
2024-03-19 14:00:12 +01:00
parent c2dcd8b3d4
commit 3e688ddcfb

View File

@@ -423,6 +423,5 @@ void loop()
{ {
iotWebConf.doLoop(); iotWebConf.doLoop();
if (camera_server) server.loop();
camera_server->doLoop();
} }