From 69dbea3faedadb2f3a84c16702b2f4781143832b 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 1c3e3f5..05a5fd4 100644 --- a/esp32/src/main.cpp +++ b/esp32/src/main.cpp @@ -196,6 +196,8 @@ void IRAM_ATTR serviceLoopEntry(void *) { mdns_service::begin(APP_NAME); apService.begin(); + cameraService.begin(); + setupServer(); socket.begin();