Some memory optimization and configfile download fix

This commit is contained in:
Gunnar Skjold
2022-02-26 14:57:12 +01:00
parent 142d280805
commit 420be1b943
4 changed files with 191 additions and 153 deletions

View File

@@ -58,7 +58,7 @@ private:
File file;
bool performRestart = false;
static const uint16_t JsonSize = 768;
static const uint16_t JsonSize = 1024;
char* json;
#if defined(ESP8266)