From 8a80559ea700261ad6ca0a8c72a9c79ba3f470d6 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 | 4 ++++ 1 file changed, 4 insertions(+) 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();