feat(esp8266): set wifi default rx continuous buffer to 8

This commit is contained in:
Zhang Jun Hao
2019-12-23 11:38:26 +08:00
committed by Dong Heng
parent e45679882a
commit 8801ba19f6

View File

@ -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