mirror of
https://github.com/esphome/esphome.git
synced 2025-08-02 08:27:47 +00:00
wip
This commit is contained in:
parent
a38f0067ae
commit
b69fd2762e
@ -203,7 +203,7 @@ async def to_code(config):
|
|||||||
if CORE.using_esp_idf:
|
if CORE.using_esp_idf:
|
||||||
# Enable heap tracing in sdkconfig
|
# Enable heap tracing in sdkconfig
|
||||||
add_idf_sdkconfig_option("CONFIG_HEAP_TRACING", True)
|
add_idf_sdkconfig_option("CONFIG_HEAP_TRACING", True)
|
||||||
add_idf_sdkconfig_option("CONFIG_HEAP_TRACE_STACK_DEPTH", 10)
|
add_idf_sdkconfig_option("CONFIG_HEAP_TRACE_STACK_DEPTH", "30")
|
||||||
|
|
||||||
# Set tracing mode (standalone or system)
|
# Set tracing mode (standalone or system)
|
||||||
if heap_tracing_config[CONF_HEAP_TRACING_STANDALONE]:
|
if heap_tracing_config[CONF_HEAP_TRACING_STANDALONE]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user