|
@@ -573,8 +573,8 @@ config ESP32_WIFI_STATIC_RX_BUFFER_NUM
|
|
|
config ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM
|
|
config ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM
|
|
|
int "Max number of WiFi dynamic RX buffers"
|
|
int "Max number of WiFi dynamic RX buffers"
|
|
|
depends on WIFI_ENABLED
|
|
depends on WIFI_ENABLED
|
|
|
- range 0 64
|
|
|
|
|
- default 0
|
|
|
|
|
|
|
+ range 0 128
|
|
|
|
|
+ default 64
|
|
|
help
|
|
help
|
|
|
Set the number of WiFi dynamic rx buffers, 0 means no limitation for dynamic rx buffer
|
|
Set the number of WiFi dynamic rx buffers, 0 means no limitation for dynamic rx buffer
|
|
|
allocation. The size of dynamic rx buffers is not fixed.
|
|
allocation. The size of dynamic rx buffers is not fixed.
|