diff --git a/src/system.cpp b/src/system.cpp index dcd8cbcd2..1ec7e0872 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -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