increase json before from 4KB to 16KB (EMSESP_JSON_SIZE_XXLARGE_DYN)

This commit is contained in:
proddy
2021-09-19 21:33:49 +02:00
parent a9748f5b46
commit 258bc2b544

View File

@@ -194,7 +194,7 @@ void WebAPIService::parse(AsyncWebServerRequest * request, std::string & device_
}
}
PrettyAsyncJsonResponse * response = new PrettyAsyncJsonResponse(false, EMSESP_JSON_SIZE_XLARGE_DYN);
PrettyAsyncJsonResponse * response = new PrettyAsyncJsonResponse(false, EMSESP_JSON_SIZE_XXLARGE_DYN);
JsonObject json = response->getRoot();
// now we have all the parameters go and execute the command