From ad2dbd6fc53d6891d37bf9c2b97c228a34a37970 Mon Sep 17 00:00:00 2001 From: Proddy Date: Thu, 5 Jan 2023 15:14:26 +0100 Subject: [PATCH] formatting --- src/system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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