formatting

This commit is contained in:
Proddy
2023-01-05 15:14:26 +01:00
parent a51bc276b5
commit ad2dbd6fc5

View File

@@ -620,7 +620,7 @@ bool System::heartbeat_json(JsonObject & output) {
}
#ifndef EMSESP_STANDALONE
output["freemem"] = ESP.getFreeHeap() / 1024; // kilobytes
output["freemem"] = ESP.getFreeHeap() / 1024; // kilobytes
output["max_alloc"] = ESP.getMaxAllocHeap() / 1024; // kilobytes
#endif