Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
a3b9ffe3
"vscode:/vscode.git/clone" did not exist on "fdab68277685675cb84b101176bc5703ff472098"
Commit
a3b9ffe3
authored
Jun 02, 2016
by
Johny Mattsson
Browse files
Bump nodemcu RTOS stack even higher for now.
parent
af9df2ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/user/user_main.c
View file @
a3b9ffe3
...
...
@@ -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
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment