From 1954094b687285d99230abc481b2a84f4fdb7c80 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 1042126..d30d7ce 100644 --- a/esp32/src/main.cpp +++ b/esp32/src/main.cpp @@ -144,6 +144,8 @@ void IRAM_ATTR serviceLoopEntry(void *) { MDNS.setInstanceName(APP_NAME); apService.begin(); + cameraService.begin(); + setupServer(); socket.begin();