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

Version v1.1.1 to add functions to control Config Portal from software or Virtual Switches

17 Jan 02:27
ce4ef43
Compare
Choose a tag to compare

Releases v1.1.1

  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
  2. Add examples to demo the new Virtual ConfigPortal SW feature
  3. Optimize code

Version v1.1.0 to add support to ESP32 LittleFS, MultiResetDetector and clean-up all compiler warnings possible

02 Jan 00:31
9cd93f1
Compare
Choose a tag to compare

Major Releases v1.1.0

  1. Add support to LittleFS for ESP32 using LittleFS_esp32 Library
  2. Add support to MultiDetectDetector using ESP_MultiResetDetector Library. MultiDetectDetector feature to force Config Portal when configurable multi-reset is detected within predetermined time.
  3. Clean-up all compiler warnings possible.
  4. Add Table of Contents
  5. Add Version String
  6. Add MRD-related examples.

Version v1.0.16 to fix bug and auto format LittleFS/SPIFFS

27 Jun 18:34
318b963
Compare
Choose a tag to compare

Releases v1.0.16

  1. Fix bug and logic of USE_DEFAULT_CONFIG_DATA.
  2. Auto format SPIFFS/LittleFS for first time usage.

Version v1.0.15 to add LittleFS to ESP8266 and fix bug

12 May 20:30
e5f8d8f
Compare
Choose a tag to compare

Releases v1.0.15

  1. Update to use LittleFS for ESP8266 core 2.7.1+.
  2. Fix SSL connection bug.
  3. Fix dynamicParams loading bug in v1.0.14.
  4. Add Blynk_WM_Template example contributed by thorathome.

Version v1.0.14 to fix dynamicParams bug in v1.0.13

03 May 06:47
03451d6
Compare
Choose a tag to compare

Releases v1.0.14

  1. Fix dynamicParams bug in v1.0.13.

v1.0.13a

28 Apr 21:25
d03adc8
Compare
Choose a tag to compare
v1.0.13a Pre-release
Pre-release

PreReleases v1.0.13a

  1. Fix dynamicParams bug in v1.0.13. Again thanks to thorathome in GitHub and thorathome in Blynk

Version v1.0.13 with many new and powerful features

26 Apr 20:14
c2a4d34
Compare
Choose a tag to compare

Releases v1.0.13

  1. Optional default Credentials as well as Dynamic parameters to be optionally autoloaded into Config Portal to use or change instead of manually input.
  2. DoubleDetectDetector feature to force Config Portal when double reset is detected within predetermined time, default 10s.
  3. Configurable Config Portal Title to be either HostName, BoardName or default undistinguishable names.
  4. Examples are redesigned to separate Credentials / Defines / Dynamic Params / Code so that you can change Credentials / Dynamic Params quickly for each device.

Thanks to thorathome in GitHub to test, suggest and encourage to add those new features in v1.0.13, such as Default Credentials/Dynamic Params, Configurable Config Portal Title, DRD.

Version v1.0.12 to fix severe bug in v1.0.11

13 Apr 19:09
34f2a69
Compare
Choose a tag to compare

Releases v1.0.12

  1. Fix severe bug in v1.0.11

Version v1.0.11 to enable adding dynamic custom parameters

10 Apr 01:53
29564b1
Compare
Choose a tag to compare

Releases v1.0.11

  1. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters.
  2. Dynamic custom parameters to be saved automatically in EEPROM, or SPIFFS.

Version v1.0.10 to permit special chars in data input

08 Apr 18:50
1d6e7c8
Compare
Choose a tag to compare

Releases v1.0.10

Why this version

  1. WiFi Password max length is 63, according to WPA2 standard.
  2. Permit to input special chars such as % and # into data fields. Thanks to brondolin to provide the amazing fix.