Bump nodemcu RTOS stack even higher for now.
This commit is contained in:
parent
af9df2ae98
commit
a3b9ffe36a
|
@ -156,5 +156,5 @@ void user_init(void)
|
||||||
// NodeMCU currently uses more than that. The game is on to find these
|
// NodeMCU currently uses more than that. The game is on to find these
|
||||||
// culprits, but this gcc doesn't do the -fstack-usage option :(
|
// culprits, but this gcc doesn't do the -fstack-usage option :(
|
||||||
xTaskCreate (
|
xTaskCreate (
|
||||||
nodemcu_main, "nodemcu", 800, 0, configTIMER_TASK_PRIORITY +1, NULL);
|
nodemcu_main, "nodemcu", 1536, 0, configTIMER_TASK_PRIORITY +1, NULL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue