This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
Releases: khoih-prog/Blynk_Async_WM
Releases · khoih-prog/Blynk_Async_WM
v1.6.2 to update `platform.ini` and `library.json`
Releases v1.6.2
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update ESP8266_CORE_VERSION for ESP8266 core v3.0.2+
Release v1.6.1 to add configurable connectMultiWiFi parameters and update ESP8266_CORE_VERSION for ESP8266 core v3.0.1+
Releases v1.6.1
- Add configurable connectMultiWiFi parameters. Check Minimize blocking during multi-wifi reconnect #6
- Update ESP8266_CORE_VERSION for ESP8266 core v3.0.1+
Major Release v1.6.0 to fix many issues to use new breaking ESP8266 core v3.0.0 : AP connect, SSL, etc
Major Releases v1.6.0
- Fix AP connect issue caused by breaking ESP8266 core v3.0.0. Caused by multiple core changes, but the new solution results a better and faster connection to AP.
- Fix SSL issue caused by breaking ESP8266 core v3.0.0. Now the better BearSSL is used in both ESP32 and ESP8266 to replace the ESP8266 deprecated
axTLS
. Check Remove axTLS from code and documentation #7437 - Fix the
BLYNK_INFO_DEVICE
displaying the generic ESP8266 board with Blynk logo. Caused by new ESP8266 core changes ofbuild.board
. For example fromESP8266_NODEMCU
in core v2.7.4 toESP8266_NODEMCU_ESP12E
in core v3.0.0 - Fix many warnings only displayed in new core ESP8266 v3.0.0
- Make code compatible for either new ESP8266 core v3.0.0+ or ealier cores v2.7.4-
Release v1.5.0 to enable scan of WiFi networks for selection in Configuration Portal.
Major Releases v1.5.0
- Enable scan of WiFi networks for selection in Configuration Portal. Check PR for v1.3.0 - Enable scan of WiFi networks #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)
- Fix invalid "blank" Config Data treated as Valid.
- Permit optionally inputting one set of WiFi SSID/PWD by using
REQUIRE_ONE_SET_SSID_PW == true
- Enforce WiFi PWD minimum length of 8 chars
- Minor enhancement to not display garbage when data is invalid
Release v1.4.1 to fix ESP32 custom Blynk port bug
Releases v1.4.1
- Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32. Check Custom Blynk port not working for BlynkSimpleEsp32_Async_WM.h #4
Release v1.4.0 to add support to ESP32-S2, ESP32-C3 and fix SSL issue for Blynk Cloud Server
Major Releases v1.4.0
- Add LittleFS and SPIFFS support to new ESP32-S2 boards (Arduino ESP32C3_DEV). Check HOWTO Install esp32 core for ESP32-S2 (Saola, AI-Thinker ESP-12K) and ESP32-C3 boards into Arduino IDE.
- Add EEPROM and SPIFFS support to new ESP32-C3 boards (Arduino ESP32C3_DEV). Check HOWTO Install esp32 core for ESP32-S2 (Saola, AI-Thinker ESP-12K) and ESP32-C3 boards into Arduino IDE.
- Fix SSL issue with Blynk Cloud Server
- Update examples
Version v1.3.0 to add Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header and support for ESP32-S2
Major Releases v1.3.0
- Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.
- Add support to ESP32-S2 (ESP32-S2 Saola and AI-Thinker ESP-12K). Currently using EEPROM only. To add support to LittleFS and SPIFFS in future releases.
- Fix Config Portal Bug.
- Tested with Latest ESP32 Core 1.0.5 for ESP32-based boards.
- Update examples
Version v1.2.3 to permit auto-reset after configurable timeout if DRD/MRD or non-persistent forced-CP.
Releases v1.2.3
- To permit auto-reset after configurable timeout if DRD/MRD or non-persistent forced-CP. Check Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27
Version 1.2.2 to fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
Releases v1.2.2
- Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
Version v1.2.1 to add functions to control Config Portal from software or Virtual Switches
Releases v1.2.1
- Add functions to control Config Portal (persistent or non-persistent) from software or Virtual Switches. Check How to trigger a Config Portal from code #25
- Add examples to demo the new Virtual ConfigPortal SW feature
- Optimize code