From 527764b0b5e0bdf71ae16ba2e089ba2b58a01380 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Mon, 1 Sep 2025 18:43:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Expands=20number=20of=20endpoint?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- esp32/include/spot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp32/include/spot.h b/esp32/include/spot.h index ee6e8c7..d8ea2bc 100644 --- a/esp32/include/spot.h +++ b/esp32/include/spot.h @@ -99,7 +99,7 @@ class Spot { bool updatedMotion = false; const char *_appName = APP_NAME; - const u_int16_t _numberEndpoints = 120; + const u_int16_t _numberEndpoints = 137 + 36; const u_int32_t _maxFileUpload = 2300000; // 2.3 MB const uint16_t _port = 80;