mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 02:50:58 +02:00
wifi:
1. make menuconfig can set the WiFi mgmt short buffer num 2. fix several scan bugs
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user