Merge branch 'bugfix/tcpip_stack_size_default' into 'master'

Default stack size for TCPIP task increased to avoid stack overflow.

See merge request idf/esp-idf!3258
This commit is contained in:
Angus Gratton
2018-09-14 12:23:35 +08:00

View File

@ -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