mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
add comment for EMS-ESP testing
This commit is contained in:
@@ -79,7 +79,8 @@ class MsgpackAsyncJsonResponse : public AsyncAbstractResponse {
|
|||||||
}
|
}
|
||||||
size_t setLength() {
|
size_t setLength() {
|
||||||
_contentLength = measureMsgPack(_root);
|
_contentLength = measureMsgPack(_root);
|
||||||
//_headers.add(new AsyncWebHeader("Json-Length", String(_jsonBuffer.memoryUsage()))); // For determening size of EMSESP_JSON_SIZE_XXLARGE_DYN (Sunbuzz)
|
// EMS-ESP
|
||||||
|
//_headers.add(new AsyncWebHeader("Json-Length", String(_jsonBuffer.memoryUsage()))); // For determining size of EMSESP_JSON_SIZE_XXLARGE (Sunbuzz)
|
||||||
// Json-Length: 10635
|
// Json-Length: 10635
|
||||||
if (_contentLength) {
|
if (_contentLength) {
|
||||||
_isValid = true;
|
_isValid = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user