🐛 Call begin on camera service

This commit is contained in:
Rune Harlyk
2025-11-27 16:54:30 +01:00
parent 7c3dd2d15b
commit 1954094b68
+2
View File
@@ -144,6 +144,8 @@ void IRAM_ATTR serviceLoopEntry(void *) {
MDNS.setInstanceName(APP_NAME);
apService.begin();
cameraService.begin();
setupServer();
socket.begin();