🐛 Call begin on camera service

This commit is contained in:
Rune Harlyk
2025-11-27 16:54:30 +01:00
committed by Niklas Jensen
parent f9c28ed42a
commit 413097db1c
+2
View File
@@ -196,7 +196,9 @@ void IRAM_ATTR serviceLoopEntry(void *) {
mdns_service::begin(APP_NAME);
apService.begin();
#if FT_ENABLED(USE_CAMERA)
cameraService.begin();
#endif
setupServer();