Continued implementation and changes after testing

This commit is contained in:
Gunnar Skjold
2026-03-26 14:16:27 +01:00
parent e91ef1a98c
commit ecd7017ac5
10 changed files with 637 additions and 531 deletions

View File

@@ -104,8 +104,7 @@ private:
String customFirmwareUrl;
#endif
static const uint16_t BufferSize = 2048;
char* buf;
char* buf;
#if defined(ESP8266)
ESP8266WebServer server;