Skip to content

Commit 4b47beb

Browse files
authored
Enable coredump to flash for all targets (espressif#183)
1 parent 3161fc7 commit 4b47beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/defconfig.common

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ CONFIG_DIAG_ENABLE_WIFI_METRICS=y
9696
CONFIG_DIAG_ENABLE_VARIABLES=y
9797
CONFIG_DIAG_ENABLE_NETWORK_VARIABLES=y
9898
CONFIG_ESP_COREDUMP_ENABLE=y
99-
CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=n
99+
CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y
100100
CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF=y
101101
CONFIG_ESP_COREDUMP_CHECKSUM_CRC32=y
102102
CONFIG_ESP_COREDUMP_MAX_TASKS_NUM=64

0 commit comments

Comments
 (0)