mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 09:05:59 +08:00
feat(esp8266): set wifi default rx continuous buffer to 8
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user