diff --git a/esp32/src/main.cpp b/esp32/src/main.cpp index 1042126..e998ebe 100644 --- a/esp32/src/main.cpp +++ b/esp32/src/main.cpp @@ -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();