Skip to content

Commit 7e204f6

Browse files
Increase main task stack size
1 parent c0a0e2f commit 7e204f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdkconfig.defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CONFIG_ESP_TLS_SKIP_SERVER_CERT_VERIFY=y
1111
CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
1212

1313
# libpeer requires large stack allocations
14-
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
14+
CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
1515

1616
# Defaults to partitions.csv
1717
CONFIG_PARTITION_TABLE_CUSTOM=y

0 commit comments

Comments
 (0)