mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
formatting
This commit is contained in:
@@ -620,7 +620,7 @@ bool System::heartbeat_json(JsonObject & output) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef EMSESP_STANDALONE
|
#ifndef EMSESP_STANDALONE
|
||||||
output["freemem"] = ESP.getFreeHeap() / 1024; // kilobytes
|
output["freemem"] = ESP.getFreeHeap() / 1024; // kilobytes
|
||||||
output["max_alloc"] = ESP.getMaxAllocHeap() / 1024; // kilobytes
|
output["max_alloc"] = ESP.getMaxAllocHeap() / 1024; // kilobytes
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user