|
@ -206,7 +206,7 @@ void ICACHE_FLASH_ATTR getValuesJSON(char* buffer, const size_t buf_len, int for |
|
|
// root["millis"] = millis();
|
|
|
// root["millis"] = millis();
|
|
|
// root["heap"] = ESP.getFreeHeap();
|
|
|
// root["heap"] = ESP.getFreeHeap();
|
|
|
|
|
|
|
|
|
root.printTo(buffer, sizeof(buffer)); |
|
|
root.printTo(buffer, buf_len); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|