mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-30 13:55:18 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user