From f998714225815e3e49310390928850e028e8e294 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 2 May 2026 09:49:09 +0200 Subject: [PATCH] add missing #endif --- src/core/system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/system.cpp b/src/core/system.cpp index 64700323b..b420e13b1 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -988,6 +988,7 @@ void System::heartbeat_json(JsonObject output) { #ifndef EMSESP_STANDALONE output["freemem"] = getHeapMem(); output["max_alloc"] = getMaxAllocMem(); +#endif #if CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32S2 output["temperature"] = (int)temperature_; #endif