From 413097db1c0bcbd1277064e777ca9a88e7104a0d Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Thu, 27 Nov 2025 16:54:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Call=20begin=20on=20camera=20ser?= =?UTF-8?q?vice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- esp32/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) 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();