🐛 Call begin on camera service

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