mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
esp_wifi: remove wifi tx buffer limits
This commit is contained in:
@@ -1100,8 +1100,8 @@ menu Wi-Fi
|
|||||||
|
|
||||||
config ESP32_WIFI_STATIC_RX_BUFFER_NUM
|
config ESP32_WIFI_STATIC_RX_BUFFER_NUM
|
||||||
int "Max number of WiFi static RX buffers"
|
int "Max number of WiFi static RX buffers"
|
||||||
range 2 25 if !WIFI_LWIP_ALLOCATION_FROM_SPIRAM_FIRST
|
range 2 25
|
||||||
range 8 25 if WIFI_LWIP_ALLOCATION_FROM_SPIRAM_FIRST
|
|
||||||
default 10 if !WIFI_LWIP_ALLOCATION_FROM_SPIRAM_FIRST
|
default 10 if !WIFI_LWIP_ALLOCATION_FROM_SPIRAM_FIRST
|
||||||
default 16 if WIFI_LWIP_ALLOCATION_FROM_SPIRAM_FIRST
|
default 16 if WIFI_LWIP_ALLOCATION_FROM_SPIRAM_FIRST
|
||||||
help
|
help
|
||||||
@@ -1165,7 +1165,7 @@ menu Wi-Fi
|
|||||||
config ESP32_WIFI_STATIC_TX_BUFFER_NUM
|
config ESP32_WIFI_STATIC_TX_BUFFER_NUM
|
||||||
int "Max number of WiFi static TX buffers"
|
int "Max number of WiFi static TX buffers"
|
||||||
depends on ESP32_WIFI_STATIC_TX_BUFFER
|
depends on ESP32_WIFI_STATIC_TX_BUFFER
|
||||||
range 6 64
|
range 1 64
|
||||||
default 16
|
default 16
|
||||||
help
|
help
|
||||||
Set the number of WiFi static TX buffers. Each buffer takes approximately 1.6KB of RAM.
|
Set the number of WiFi static TX buffers. Each buffer takes approximately 1.6KB of RAM.
|
||||||
@@ -1180,7 +1180,7 @@ menu Wi-Fi
|
|||||||
config ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM
|
config ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM
|
||||||
int "Max number of WiFi dynamic TX buffers"
|
int "Max number of WiFi dynamic TX buffers"
|
||||||
depends on ESP32_WIFI_DYNAMIC_TX_BUFFER
|
depends on ESP32_WIFI_DYNAMIC_TX_BUFFER
|
||||||
range 16 128
|
range 1 128
|
||||||
default 32
|
default 32
|
||||||
help
|
help
|
||||||
Set the number of WiFi dynamic TX buffers. The size of each dynamic TX buffer is not fixed,
|
Set the number of WiFi dynamic TX buffers. The size of each dynamic TX buffer is not fixed,
|
||||||
|
Reference in New Issue
Block a user