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