Increase main task stack size

This commit is contained in:
Sean DuBois
2024-12-14 10:38:39 -08:00
parent c0a0e2f97f
commit 7e204f6185

View File

@@ -11,7 +11,7 @@ CONFIG_ESP_TLS_SKIP_SERVER_CERT_VERIFY=y
CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
# libpeer requires large stack allocations
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
# Defaults to partitions.csv
CONFIG_PARTITION_TABLE_CUSTOM=y