From 89e95daaeeca5b602b45dd1dd6505055aab42a2f Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 25 Jul 2024 13:50:16 +0200 Subject: [PATCH] fix typo freMem --- src/system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system.cpp b/src/system.cpp index 7acc6e383..60e0b774e 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -1370,7 +1370,7 @@ bool System::command_info(const char * value, const int8_t id, JsonObject output node["platform"] = EMSESP_PLATFORM; node["arduino"] = ARDUINO_VERSION; node["sdk"] = ESP.getSdkVersion(); - node["freMem"] = getHeapMem(); + node["freeMem"] = getHeapMem(); node["maxAlloc"] = getMaxAllocMem(); node["freeCaps"] = heap_caps_get_free_size(MALLOC_CAP_8BIT) / 1024; // includes heap and psram node["usedApp"] = EMSESP::system_.appUsed(); // kilobytes