mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
Merge branch 'feature/reduce_min_num_of_wifi_static_tx_buffer' into 'master'
Reduce minimum number of WiFi static tx buffer See merge request !1398
This commit is contained in:
@@ -841,7 +841,7 @@ config ESP32_WIFI_TX_BUFFER_TYPE
|
||||
config ESP32_WIFI_STATIC_TX_BUFFER_NUM
|
||||
int "Max number of WiFi static TX buffers"
|
||||
depends on ESP32_WIFI_STATIC_TX_BUFFER
|
||||
range 16 64
|
||||
range 6 64
|
||||
default 32
|
||||
help
|
||||
Set the number of WiFi static TX buffers. Each buffer takes approximately 1.6KB of RAM.
|
||||
|
Submodule components/esp32/lib updated: 1f58318497...3bf26ecbb2
Reference in New Issue
Block a user