Merge branch 'master' into dev-v2.1.0

This commit is contained in:
Gunnar Skjold
2022-02-12 10:16:27 +01:00
26 changed files with 92 additions and 97 deletions

View File

@@ -58,6 +58,9 @@ private:
File file;
bool performRestart = false;
static const uint16_t JsonSize = 768;
char* json;
#if defined(ESP8266)
ESP8266WebServer server;
#elif defined(ESP32) // ARDUINO_ARCH_ESP32