Bump nodemcu RTOS stack even higher for now.

This commit is contained in:
Johny Mattsson 2016-06-02 18:38:01 +10:00
parent af9df2ae98
commit a3b9ffe36a

View File

@ -156,5 +156,5 @@ void user_init(void)
// NodeMCU currently uses more than that. The game is on to find these
// culprits, but this gcc doesn't do the -fstack-usage option :(
xTaskCreate (
nodemcu_main, "nodemcu", 800, 0, configTIMER_TASK_PRIORITY +1, NULL);
nodemcu_main, "nodemcu", 1536, 0, configTIMER_TASK_PRIORITY +1, NULL);
}