From 4a5dd8d77b0e8d7d35b26d074aaa115e35d6dd52 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 24 Apr 2021 20:37:35 -0400 Subject: [PATCH] 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](https://github.com/khoih-prog/WiFiManager_NINA_Lite/pull/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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03206cd5..8261d9ba 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ * [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) * [1.6 DRD Not Detected](#16-drd-not-detected) * [1.7 DRD detected and Config Portal is forcefully opened](#17-drd-detected-and-config-portal-is-forcefully-opened) - * [2. SAMD_WiFi on ITSYBITSY_M4 using Custom WiFi Library](#2-#2-samd_wifi-on-itsybitsy_m4-using-custom-wifi-library) + * [2. SAMD_WiFi on ITSYBITSY_M4 using Custom WiFi Library](#2-samd_wifi-on-itsybitsy_m4-using-custom-wifi-library) * [2.1 Open Config Portal](#21-open-config-portal) * [2.2 Got valid Credential from Config Portal, then connected to WiFi](#22-got-valid-credential-from-config-portal-then-connected-to-wifi) * [Debug](#debug)