Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 26e917f

Browse files
authored
v1.5.0 to enable scan of WiFi networks
### Major Releases v1.5.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-15) 2. Fix invalid "blank" Config Data treated as Valid. 3. Permit optionally inputting one set of WiFi SSID/PWD by using `REQUIRE_ONE_SET_SSID_PW == true` 4. Enforce WiFi PWD minimum length of 8 chars 5. Minor enhancement to not display garbage when data is invalid
1 parent 69f889e commit 26e917f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
* [ 6. **AsyncMT_ESP32WM_ForcedConfig**](examples/ESP32_MultiTask/AsyncMT_ESP32WM_ForcedConfig)
103103
* [So, how it works?](#so-how-it-works)
104104
* [ 1. Without SCAN_WIFI_NETWORKS](#1-without-scan_wifi_networks)
105-
* [ 2. With SCAN_WIFI_NETWORKS]](#2-with-scan_wifi_networks)
105+
* [ 2. With SCAN_WIFI_NETWORKS](#2-with-scan_wifi_networks)
106106
* [Example Async_ESP32WM_MRD_ForcedConfig](#example-async_esp32wm_mrd_forcedconfig)
107107
* [1. File Async_ESP32WM_MRD_ForcedConfig.ino](#1-file-async_esp32wm_mrd_forcedconfigino)
108108
* [2. File defines.h](#2-file-definesh)
@@ -189,9 +189,9 @@ For more information, check [Blynk WiFiManager for ESP8266/ESP32 (including ESP3
189189

190190
This [**BlynkESP32_BT_WF** library](https://github.com/khoih-prog/BlynkESP32_BT_WF) currently supports these following boards:
191191

192-
1. **ESP32 using EEPROM, SPIFFS or LittleFS**.
193-
2. **ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.) using EEPROM**
194-
3. **ESP8266 using EEPROM, SPIFFS or LittleFS**.
192+
1. **ESP8266 and ESP32-based boards using EEPROM, SPIFFS or LittleFS**.
193+
2. **ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.) using EEPROM, SPIFFS or LittleFS**.
194+
3. **ESP32-C3 (ARDUINO_ESP32C3_DEV) using EEPROM or SPIFFS**.
195195

196196
---
197197
---

0 commit comments

Comments
 (0)