From 8801ba19f6057e1ce9f6c6b5cc54ca9920b4477f Mon Sep 17 00:00:00 2001 From: Zhang Jun Hao Date: Mon, 23 Dec 2019 11:38:26 +0800 Subject: [PATCH] feat(esp8266): set wifi default rx continuous buffer to 8 --- components/esp8266/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp8266/Kconfig b/components/esp8266/Kconfig index f1dcd4eb..844bdf14 100644 --- a/components/esp8266/Kconfig +++ b/components/esp8266/Kconfig @@ -391,7 +391,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