Commit cffa94d1 authored by devsaurus's avatar devsaurus
Browse files

Increase main task stack size to 6kB.

parent 666b62c7
...@@ -2,7 +2,8 @@ sdk/ ...@@ -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/
......
# Empirical value to prevent a firmware crash due to stack overflow.
CONFIG_MAIN_TASK_STACK_SIZE=6144
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment