Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 64342bf

Browse files
authored
v1.3.0 to enable scan of WiFi networks
### Major Release v1.3.0 1. Enable scan of WiFi networks for selection in Configuration Portal. Check [PR for v1.3.0 - Enable scan of WiFi networks #10](khoih-prog/WiFiManager_NINA_Lite#10). Now you can select optional **SCAN_WIFI_NETWORKS**, **MANUAL_SSID_INPUT_ALLOWED** to be able to manually input SSID, not only from a scanned SSID lists and **MAX_SSID_IN_LIST** (from 2-6 for ESP8266-AT or 2-15 for other) 2. Minor enhancement to not display garbage when data is invalid 3. Tested with new [Arduino Core for STM32 v2.0.0](https://github.com/stm32duino/Arduino_Core_STM32) and add support to new STM32L5 boards.
1 parent 8498c80 commit 64342bf

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
* [ 9. To use custom Head Elements](#9-to-use-custom-head-elements)
5555
* [10. To use CORS Header](#10-to-use-cors-header)
5656
* [11. To use and input only one set of WiFi SSID and PWD](#11-to-use-and-input-only-one-set-of-wifi-ssid-and-pwd)
57+
* [12. To enable auto-scan of WiFi networks for selection in Configuration Portal](#12-to-enable-auto-scan-of-wifi-networks-for-selection-in-configuration-portal)
58+
* [12.1 Enable auto-scan of WiFi networks for selection in Configuration Portal](#121-enable-auto-scan-of-wifi-networks-for-selection-in-configuration-portal)
59+
* [12.2 Disable manually input SSIDs](#122-disable-manually-input-ssids)
60+
* [12.3 Select maximum number of SSIDs in the list](#123-select-maximum-number-of-ssids-in-the-list)
5761
* [Examples](#examples)
5862
* [ 1. MKR1000_WiFi101](examples/MKR1000_WiFi101)
5963
* [ 2. MKR1000_WiFi101_MQTT](examples/MKR1000_WiFi101_MQTT)
@@ -92,7 +96,7 @@
9296
* [1.5 Reopen Config Portal if can't connect to any of the 2 WiFi APs](#15-reopen-config-portal-if-cant-connect-to-any-of-the-2-wifi-aps)
9397
* [1.6 DRD Not Detected](#16-drd-not-detected)
9498
* [1.7 DRD detected and Config Portal is forcefully opened](#17-drd-detected-and-config-portal-is-forcefully-opened)
95-
* [2. SAMD_WiFi on ITSYBITSY_M4 using Custom WiFi Library](#2-samd_wifi-example-on-itsybitsy_m4-using-custom-wifi-library)
99+
* [2. SAMD_WiFi on ITSYBITSY_M4 using Custom WiFi Library](#2-#2-samd_wifi-on-itsybitsy_m4-using-custom-wifi-library)
96100
* [2.1 Open Config Portal](#21-open-config-portal)
97101
* [2.2 Got valid Credential from Config Portal, then connected to WiFi](#22-got-valid-credential-from-config-portal-then-connected-to-wifi)
98102
* [Debug](#debug)
@@ -724,14 +728,14 @@ Enter your credentials,
724728
### 1. Without SCAN_WIFI_NETWORKS
725729
726730
<p align="center">
727-
<img src="https://github.com/khoih-prog/WiFiManager_NINA_Lite/blob/master/pics/Input.png">
731+
<img src="https://github.com/khoih-prog/WiFiManager_Generic_Lite/blob/master/pics/Input.png">
728732
</p>
729733
730734
### 2. With SCAN_WIFI_NETWORKS
731735
732736
733737
<p align="center">
734-
<img src="https://github.com/khoih-prog/WiFiManager_NINA_Lite/blob/master/pics/Input_With_Scan.png">
738+
<img src="https://github.com/khoih-prog/WiFiManager_Generic_Lite/blob/master/pics/Input_With_Scan.png">
735739
</p>
736740
737741
@@ -740,7 +744,7 @@ Enter your credentials,
740744
The number of SSIDs in scanned list is limited at max 6.
741745
742746
<p align="center">
743-
<img src="https://github.com/khoih-prog/WiFiManager_NINA_Lite/blob/master/pics/ESP_AT_Input_With_Scan.png">
747+
<img src="https://github.com/khoih-prog/WiFiManager_Generic_Lite/blob/master/pics/ESP_AT_Input_With_Scan.png">
744748
</p>
745749
746750
@@ -1864,7 +1868,7 @@ This is the terminal output when running [**SAMD_WiFi**](examples/SAMD_WiFi) exa
18641868
#### 2.1 Open Config Portal
18651869

18661870
<p align="center">
1867-
<img src="https://github.com/khoih-prog/WiFiManager_NINA_Lite/blob/master/pics/ESP_AT_Input_With_Scan.png">
1871+
<img src="https://github.com/khoih-prog/WiFiManager_Generic_Lite/blob/master/pics/ESP_AT_Input_With_Scan.png">
18681872
</p>
18691873

18701874

@@ -2052,7 +2056,7 @@ Submit issues to: [WiFiManager_Generic_Lite issues](https://github.com/khoih-pro
20522056
22. Add functions to control Config Portal from software or Virtual Switches.
20532057
23. Permit optionally inputting one set of WiFi SSID/PWD by using `REQUIRE_ONE_SET_SSID_PW == true`
20542058
24. Enforce WiFi Password minimum length of 8 chars
2055-
25. Enable scan of WiFi networks for selection in Configuration Portal
2059+
25. Enable **scan of WiFi networks** for selection in Configuration Portal
20562060

20572061
---
20582062
---

0 commit comments

Comments
 (0)