Commit 977dab2e authored by Johny Mattsson's avatar Johny Mattsson Committed by GitHub
Browse files

Merge pull request #2047 from devsaurus/esp32-netconn

ESP32: Port net module to netconn API.
parents 64eb7934 f501b840
This diff is collapsed.
# Empirical value to prevent a firmware crash due to stack overflow. # Empirical value to prevent a firmware crash due to stack overflow.
CONFIG_MAIN_TASK_STACK_SIZE=8192 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
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