add missing #endif

This commit is contained in:
proddy
2026-05-02 09:49:09 +02:00
parent 323fc1bb99
commit f998714225

View File

@@ -988,6 +988,7 @@ void System::heartbeat_json(JsonObject output) {
#ifndef EMSESP_STANDALONE #ifndef EMSESP_STANDALONE
output["freemem"] = getHeapMem(); output["freemem"] = getHeapMem();
output["max_alloc"] = getMaxAllocMem(); output["max_alloc"] = getMaxAllocMem();
#endif
#if CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32S2 #if CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32S2
output["temperature"] = (int)temperature_; output["temperature"] = (int)temperature_;
#endif #endif