🐛 Expands number of endpoints

This commit is contained in:
Rune Harlyk
2025-09-01 18:43:12 +02:00
parent 8c97c68d11
commit 527764b0b5
+1 -1
View File
@@ -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;