diff --git a/components/esp8266/Kconfig b/components/esp8266/Kconfig index c4d01b5b..55772425 100644 --- a/components/esp8266/Kconfig +++ b/components/esp8266/Kconfig @@ -400,7 +400,7 @@ config ESP8266_WIFI_RX_BUFFER_NUM config ESP8266_WIFI_LEFT_CONTINUOUS_RX_BUFFER_NUM int "The min number of WiFi continuous RX buffer" range 0 16 - default 4 + default 8 help Set the number of WiFi continuous RX buffer num. The smaller the value, the easier RX hang will appear. Most of time we should NOT change the default