Commit a3b9ffe3 authored by Johny Mattsson's avatar Johny Mattsson
Browse files

Bump nodemcu RTOS stack even higher for now.

parent af9df2ae
...@@ -156,5 +156,5 @@ void user_init(void) ...@@ -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);
} }
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