Commit efffa92b authored by devsaurus's avatar devsaurus
Browse files

Updated ESP-IDF to latest.

parent 6d19510e
Subproject commit 9a26296a0e88a4c3ae27e9c848be970946fff87e Subproject commit da2781631455b2c87c01704503f70443799a5187
...@@ -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
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