Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more controls over WiFi.begin and WiFi.scan #6651

Merged
merged 1 commit into from
Apr 28, 2022

Conversation

me-no-dev
Copy link
Member

@me-no-dev me-no-dev commented Apr 28, 2022

Added options to WiFi STA for connect:

  • setMinSecurity: default WIFI_AUTH_WPA2_PSK
  • setScanMethod: default WIFI_FAST_SCAN
  • setSortMethod: default WIFI_CONNECT_AP_BY_SIGNAL (required all channels scan method)

Added parameters for SSID and BSSID to WiFi.scanNetworks()

Fixes: #6485
Fixes: Any issue about WiFi connecting slower now than in 1.0.x

Added options to WiFi STA for connect:
- setMinSecurity: default WIFI_AUTH_WPA2_PSK
- setScanMethod: default WIFI_FAST_SCAN
- setSortMethod: default WIFI_CONNECT_AP_BY_SIGNAL (required all channels scan method)

Added parameters for SSID and BSSID to WiFi.scanNetworks()
@github-actions
Copy link
Contributor

Unit Test Results

0 files  0 suites   0s ⏱️
0 tests 0 ✔️ 0 💤 0

Results for commit 81c07b2.

@me-no-dev me-no-dev merged commit 5f6d093 into master Apr 28, 2022
@me-no-dev me-no-dev deleted the feature/wifi_connect_options branch April 28, 2022 08:02
@VojtechBartoska VojtechBartoska added Area: BT&Wifi BT & Wifi related issues Type: Documentation Issue pertains to Documentation of Arduino ESP32 labels Apr 28, 2022
@VojtechBartoska
Copy link
Collaborator

@pedrominatel ping for documentation update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: BT&Wifi BT & Wifi related issues Type: Documentation Issue pertains to Documentation of Arduino ESP32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cant' connect to network. OK in release 1.0.6
2 participants