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
cffa94d1
Commit
cffa94d1
authored
Mar 28, 2017
by
devsaurus
Browse files
Increase main task stack size to 6kB.
parent
666b62c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
cffa94d1
...
@@ -2,7 +2,8 @@ sdk/
...
@@ -2,7 +2,8 @@ sdk/
cache/
cache/
user_config.h
user_config.h
server-ca.crt
server-ca.crt
sdkconfig*
sdkconfig
sdkconfig.old*
build/
build/
components/*/.output/
components/*/.output/
...
...
sdkconfig.defaults
0 → 100644
View file @
cffa94d1
# Empirical value to prevent a firmware crash due to stack overflow.
CONFIG_MAIN_TASK_STACK_SIZE=6144
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