1. make menuconfig can set the WiFi mgmt short buffer num
2. fix several scan bugs
This commit is contained in:
zhangyanjiao
2019-02-13 17:37:53 +08:00
parent 9a1bbcfa1a
commit 4ea4d4744c
3 changed files with 16 additions and 1 deletions

View File

@@ -1128,6 +1128,13 @@ menu Wi-Fi
Setting a longer beacon length also assists with debugging as the conflicting root nodes can be identified
more quickly.
config ESP32_WIFI_MGMT_SBUF_NUM
int "WiFi mgmt short buffer number"
range 6 32
default 32
help
Set the number of WiFi management short buffer.
config ESP32_WIFI_DEBUG_LOG_ENABLE
bool "Enable WiFi debug log"
default n