We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be07fb commit 7c5bb15Copy full SHA for 7c5bb15
sdkconfig.defaults
@@ -12,6 +12,8 @@ CONFIG_COMPILER_OPTIMIZATION_SIZE=y
12
13
# Empirical value to prevent a firmware crash due to stack overflow.
14
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
15
+# Increase the event task stack size to avoid crash on C3 during WiFi connect.
16
+CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=3072
17
18
# Enable panic handler for task wdt to reset the firmware upon wdt timeout
19
CONFIG_ESP_TASK_WDT_PANIC=y
0 commit comments