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

Commit 69f889e

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 af6b681 commit 69f889e

10 files changed

+1833
-190
lines changed

README.md

Lines changed: 316 additions & 56 deletions
Large diffs are not rendered by default.

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Blynk_Async_WM",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal (CP). CP will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Config. Data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM. Multi, Double DetectDetector or Virtual CP Switch feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.",
55
"keywords": "control, device, communication, blynk, iot, wifi, esp8266, esp32, esp32-s2, esp32-c3, async, drd, mrd, double-reset, multi-reset, config-portal, credentials, dynamic-params, customs-header, smartphone, mobile, app, web, cloud, sensors, m2m, protocol, ble, bluetooth, Manager, DynamicParameters, dynamic, configportal, usb, serial, ethernet, data, http, portal ",
66
"authors":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Blynk_Async_WM
2-
version=1.4.1
2+
version=1.5.0
33
author=Khoi Hoang
44
license=MIT
55
maintainer=Khoi Hoang <[email protected]>

pics/Input_With_Scan.png

30.7 KB
Loading

pics/Main.png

-919 Bytes
Loading

pics/Saved.png

34.5 KB
Loading

src/BlynkSimpleEsp32_Async_WM.h

Lines changed: 379 additions & 35 deletions
Large diffs are not rendered by default.

src/BlynkSimpleEsp32_SSL_Async_WM.h

Lines changed: 379 additions & 34 deletions
Large diffs are not rendered by default.

src/BlynkSimpleEsp8266_Async_WM.h

Lines changed: 379 additions & 32 deletions
Large diffs are not rendered by default.

src/BlynkSimpleEsp8266_SSL_Async_WM.h

Lines changed: 378 additions & 31 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)