mirror of
https://github.com/openai/openai-realtime-embedded-sdk.git
synced 2024-12-22 15:30:39 +03:00
Increase main task stack size
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user