From abb09b7feeebb0982f081bad6878657c80d6656d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 8 May 2025 16:43:00 -0500 Subject: [PATCH] wip --- esphome/components/api/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/api/__init__.py b/esphome/components/api/__init__.py index 208d0a2ee9..2f67d020a3 100644 --- a/esphome/components/api/__init__.py +++ b/esphome/components/api/__init__.py @@ -204,6 +204,7 @@ async def to_code(config): # Enable heap tracing in sdkconfig add_idf_sdkconfig_option("CONFIG_HEAP_TRACING", True) add_idf_sdkconfig_option("CONFIG_HEAP_TRACE_STACK_DEPTH", "30") + add_idf_sdkconfig_option("CONFIG_ESP32_APPTRACE_ENABLE", True) # Set tracing mode (standalone or system) if heap_tracing_config[CONF_HEAP_TRACING_STANDALONE]: