mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'test/wifi_connect_with_full_scan_in_examples_v4.0' into 'release/v4.0'
example: set example wifi scan method to all channel (v4.0) See merge request espressif/esp-idf!13915
This commit is contained in:
commit
c775e4e1b5
@ -132,6 +132,7 @@ static void start()
|
||||
.sta = {
|
||||
.ssid = CONFIG_EXAMPLE_WIFI_SSID,
|
||||
.password = CONFIG_EXAMPLE_WIFI_PASSWORD,
|
||||
.scan_method = WIFI_ALL_CHANNEL_SCAN,
|
||||
},
|
||||
};
|
||||
ESP_LOGI(TAG, "Connecting to %s...", wifi_config.sta.ssid);
|
||||
|
Loading…
Reference in New Issue
Block a user