Merge branch 'feature/set_wifi_default_rx_continuous_buffer_to_8_v3.3' into 'release/v3.3'

feat(esp8266): set wifi default rx continuous buffer to 8 (backport v3.3)

See merge request sdk/ESP8266_RTOS_SDK!1232
This commit is contained in:
Dong Heng
2019-12-23 14:30:17 +08:00

View File

@ -391,7 +391,7 @@ config ESP8266_WIFI_RX_BUFFER_NUM
config ESP8266_WIFI_LEFT_CONTINUOUS_RX_BUFFER_NUM config ESP8266_WIFI_LEFT_CONTINUOUS_RX_BUFFER_NUM
int "The min number of WiFi continuous RX buffer" int "The min number of WiFi continuous RX buffer"
range 0 16 range 0 16
default 4 default 8
help help
Set the number of WiFi continuous RX buffer num. 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 The smaller the value, the easier RX hang will appear. Most of time we should NOT change the default