Reduce minimum number of WiFi static tx buffer

Calibrate tx power after sending five packets
This commit is contained in:
XiaXiaotian
2017-10-12 20:56:13 +08:00
parent a0ad3ff008
commit c730f676c3
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
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.