Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Releases: khoih-prog/Blynk_WM

v1.6.2 to update `platform.ini` and `library.json`

10 Oct 05:15
f7ec38f
Compare
Choose a tag to compare

Releases v1.6.2

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. Update Packages' Patches

Release v1.6.1 to fix issue with ESP8266 core v3.0.1

29 Jun 05:32
915529e
Compare
Choose a tag to compare

Releases v1.6.1

  1. Fix issue with new 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

20 May 03:38
54fa69f
Compare
Choose a tag to compare

Major Releases v1.6.0

  1. 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.
  2. 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
  3. Fix the BLYNK_INFO_DEVICEdisplaying the generic ESP8266 board with Blynk logo. Caused by new ESP8266 core changes of build.board. For example from ESP8266_NODEMCU in core v2.7.4 to ESP8266_NODEMCU_ESP12E in core v3.0.0
  4. Fix many warnings only displayed in new core ESP8266 v3.0.0
  5. Make code compatible for either new ESP8266 core v3.0.0+ or ealier cores v2.7.4-

Release v1.5.0 to fix bug, optimize and sync with Blynk_Async_WM library v1.5.0

25 Apr 21:59
60ecb77
Compare
Choose a tag to compare

Release v1.4.0 to enable scan of WiFi networks for selection in Configuration Portal.

25 Apr 06:42
5ec3fc1
Compare
Choose a tag to compare

Major Releases v1.4.0

  1. 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)
  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

Release v1.3.1 to fix ESP32 custom Blynk port bug

24 Apr 19:51
12fe4fb
Compare
Choose a tag to compare

Releases v1.3.1

  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.3.0 to add support to ESP32-S2, ESP32-C3 and fix SSL issue for Blynk Cloud Server

19 Apr 08:19
c7a06dd
Compare
Choose a tag to compare

Major Releases v1.3.0

  1. 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.
  2. 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.
  3. Fix SSL issue with Blynk Cloud Server
  4. Update examples

Version v1.2.0 to add Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header and support for ESP32-S2

24 Feb 07:41
86a124d
Compare
Choose a tag to compare

Major Releases v1.2.0

  1. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.
  2. 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.
  3. Fix Config Portal Bug.
  4. Tested with Latest ESP32 Core 1.0.5 for ESP32-based boards.
  5. Update examples

Version v1.1.3 to permit auto-reset after configurable timeout if DRD/MRD or non-persistent forced-CP.

31 Jan 18:25
49184b1
Compare
Choose a tag to compare

Version v1.1.2 to fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation

29 Jan 04:59
a9c209d
Compare
Choose a tag to compare

Releases v1.1.2

  1. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation