mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
increase json before from 4KB to 16KB (EMSESP_JSON_SIZE_XXLARGE_DYN)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user