Increase main task stack size to 8kB.
This commit is contained in:
parent
e2fdd4adbe
commit
13cfd69396
|
@ -1,2 +1,2 @@
|
|||
# Empirical value to prevent a firmware crash due to stack overflow.
|
||||
CONFIG_MAIN_TASK_STACK_SIZE=6144
|
||||
CONFIG_MAIN_TASK_STACK_SIZE=8192
|
||||
|
|
Loading…
Reference in New Issue