Bugfix for previous commit

This commit is contained in:
Gunnar Skjold
2020-02-12 20:11:55 +01:00
parent 0ea21991ea
commit a06729b535
2 changed files with 6 additions and 21 deletions

View File

@@ -240,7 +240,7 @@ void AmsWebServer::dataJson() {
if(!checkSecurity(2))
return;
StaticJsonDocument<500> json;
StaticJsonDocument<768> json;
String jsonStr;
if(!this->json.isNull() && this->json.containsKey("data")) {