Merge branch 'feature/reduce_default_wifi_static_buffer_number' into 'master'

esp32: reduce default wifi static tx buffer

See merge request !1465
This commit is contained in:
Jiang Jiang Jian 2017-10-31 11:16:22 +08:00
commit 5b19cf23fc

View file

@ -842,7 +842,7 @@ 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 6 64
default 32 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.
The static RX buffers are allocated when esp_wifi_init() is called, they are not released The static RX buffers are allocated when esp_wifi_init() is called, they are not released
@ -1009,4 +1009,4 @@ config PM_TRACE
applications. applications.
endmenu # "Power Management" endmenu # "Power Management"