mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-19 13:32:21 +02:00
example: set example wifi scan method to all channel:
in CI example test we could have runners with same SSID in the same lab. Use scan on all channel will let DUT connect to the AP with best RSSI. * Original commit: espressif/esp-idf@97a09e51ce
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
27fc285000
commit
73b1763029
@ -23,7 +23,7 @@ menu "Example Connection Configuration"
|
||||
|
||||
choice EXAMPLE_WIFI_SCAN_METHOD
|
||||
prompt "WiFi Scan Method"
|
||||
default EXAMPLE_WIFI_SCAN_METHOD_FAST
|
||||
default EXAMPLE_WIFI_SCAN_METHOD_ALL_CHANNEL
|
||||
help
|
||||
WiFi scan method:
|
||||
|
||||
|
Reference in New Issue
Block a user