mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 10:09:08 -04:00
esp32: reduce default wifi static tx buffer
Modify the the default WiFi static tx buffer from 32 to 16
This commit is contained in:
parent
7c9b24b407
commit
1195ced75c
@ -842,7 +842,7 @@ config ESP32_WIFI_STATIC_TX_BUFFER_NUM
|
||||
int "Max number of WiFi static TX buffers"
|
||||
depends on ESP32_WIFI_STATIC_TX_BUFFER
|
||||
range 6 64
|
||||
default 32
|
||||
default 16
|
||||
help
|
||||
Set the number of WiFi static TX buffers. Each buffer takes approximately 1.6KB of RAM.
|
||||
The static RX buffers are allocated when esp_wifi_init() is called, they are not released
|
||||
@ -1009,4 +1009,4 @@ config PM_TRACE
|
||||
applications.
|
||||
|
||||
|
||||
endmenu # "Power Management"
|
||||
endmenu # "Power Management"
|
||||
|
Loading…
x
Reference in New Issue
Block a user