Increase main task stack size to 6kB.
This commit is contained in:
parent
666b62c784
commit
cffa94d104
|
@ -2,7 +2,8 @@ sdk/
|
||||||
cache/
|
cache/
|
||||||
user_config.h
|
user_config.h
|
||||||
server-ca.crt
|
server-ca.crt
|
||||||
sdkconfig*
|
sdkconfig
|
||||||
|
sdkconfig.old*
|
||||||
build/
|
build/
|
||||||
components/*/.output/
|
components/*/.output/
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
# Empirical value to prevent a firmware crash due to stack overflow.
|
||||||
|
CONFIG_MAIN_TASK_STACK_SIZE=6144
|
Loading…
Reference in New Issue