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
977dab2e
Commit
977dab2e
authored
Jul 22, 2017
by
Johny Mattsson
Committed by
GitHub
Jul 22, 2017
Browse files
Merge pull request #2047 from devsaurus/esp32-netconn
ESP32: Port net module to netconn API.
parents
64eb7934
f501b840
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
components/modules/net.c
View file @
977dab2e
This diff is collapsed.
Click to expand it.
sdkconfig.defaults
View file @
977dab2e
# Empirical value to prevent a firmware crash due to stack overflow.
CONFIG_MAIN_TASK_STACK_SIZE=8192
# Enable address reuse for sockets in TIME_WAIT
# see https://github.com/nodemcu/nodemcu-firmware/pull/1838
CONFIG_LWIP_SO_REUSE=y
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