forked from espressif/esp-protocols
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
|
choice EXAMPLE_WIFI_SCAN_METHOD
|
||||||
prompt "WiFi Scan Method"
|
prompt "WiFi Scan Method"
|
||||||
default EXAMPLE_WIFI_SCAN_METHOD_FAST
|
default EXAMPLE_WIFI_SCAN_METHOD_ALL_CHANNEL
|
||||||
help
|
help
|
||||||
WiFi scan method:
|
WiFi scan method:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user