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:
Ivan Grokhotkov 2017-10-17 17:40:14 +08:00
commit 7babc74fce
2 changed files with 2 additions and 2 deletions

View file

@ -841,7 +841,7 @@ config ESP32_WIFI_TX_BUFFER_TYPE
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 16 64 range 6 64
default 32 default 32
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.

@ -1 +1 @@
Subproject commit 1f583184974518ad959c5510fff310170c6aaebd Subproject commit 3bf26ecbb28ca22fbfb205f45c1920ef3876b5d5