fix typo freMem

This commit is contained in:
proddy
2024-07-25 13:50:16 +02:00
parent 2970065a4a
commit 89e95daaee

View File

@@ -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