mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Stack size for TCPIP task increased from 2048 to 3072.
This commit is contained in:
parent
91f579d714
commit
2ff3f8b0c8
@ -409,7 +409,7 @@ endmenu # UDP
|
||||
|
||||
config TCPIP_TASK_STACK_SIZE
|
||||
int "TCP/IP Task Stack Size"
|
||||
default 2048
|
||||
default 3072
|
||||
# for high log levels, tcpip_adapter API calls can end up
|
||||
# a few calls deep and logging there can trigger a stack overflow
|
||||
range 2048 65536 if LOG_DEFAULT_LEVEL < 4
|
||||
|
Loading…
Reference in New Issue
Block a user