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
efffa92b
Commit
efffa92b
authored
Mar 29, 2018
by
devsaurus
Browse files
Updated ESP-IDF to latest.
parent
6d19510e
Changes
2
Hide whitespace changes
Inline
Side-by-side
esp32-esp-idf
@
da278163
Compare
9a26296a
...
da278163
Subproject commit
9
a2
6296a0e88a4c3ae27e9c848be970946fff
87
e
Subproject commit
d
a2
781631455b2c87c01704503f70443799a51
87
sdkconfig.defaults
View file @
efffa92b
...
@@ -11,3 +11,10 @@ CONFIG_LWIP_SO_REUSE=y
...
@@ -11,3 +11,10 @@ CONFIG_LWIP_SO_REUSE=y
# Decrease the duration of sockets in TIME_WAIT
# Decrease the duration of sockets in TIME_WAIT
# see https://github.com/nodemcu/nodemcu-firmware/issues/1836
# see https://github.com/nodemcu/nodemcu-firmware/issues/1836
CONFIG_TCP_MSL=5000
CONFIG_TCP_MSL=5000
# Allow writing to dangerous regions to avoid boot loops when creating filesystem
# Symptom:
# Mounting flash filesystem...
# No filesystem partition found, attempting to create it...
# abort() was called at PC 0x400ecddd on core 0
CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED=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