Increase main task stack size to 6kB.

This commit is contained in:
devsaurus 2017-03-28 10:39:13 +02:00
parent 666b62c784
commit cffa94d104
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -2,7 +2,8 @@ sdk/
cache/
user_config.h
server-ca.crt
sdkconfig*
sdkconfig
sdkconfig.old*
build/
components/*/.output/

2
sdkconfig.defaults Normal file
View File

@ -0,0 +1,2 @@
# Empirical value to prevent a firmware crash due to stack overflow.
CONFIG_MAIN_TASK_STACK_SIZE=6144