This repository has been archived by the owner on Nov 25, 2021. It is now read-only.
Releases: khoih-prog/Blynk_WM
Releases · khoih-prog/Blynk_WM
Version v1.1.1 to add functions to control Config Portal from software or Virtual Switches
Releases v1.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
- Add examples to demo the new Virtual ConfigPortal SW feature
- Optimize code
Version v1.1.0 to add support to ESP32 LittleFS, MultiResetDetector and clean-up all compiler warnings possible
Major Releases v1.1.0
- Add support to LittleFS for ESP32 using LittleFS_esp32 Library
- Add support to MultiDetectDetector using ESP_MultiResetDetector Library. MultiDetectDetector feature to force Config Portal when configurable multi-reset is detected within predetermined time.
- Clean-up all compiler warnings possible.
- Add Table of Contents
- Add Version String
- Add MRD-related examples.
Version v1.0.16 to fix bug and auto format LittleFS/SPIFFS
Releases v1.0.16
- Fix bug and logic of USE_DEFAULT_CONFIG_DATA.
- Auto format SPIFFS/LittleFS for first time usage.
Version v1.0.15 to add LittleFS to ESP8266 and fix bug
Releases v1.0.15
- Update to use LittleFS for ESP8266 core 2.7.1+.
- Fix SSL connection bug.
- Fix dynamicParams loading bug in v1.0.14.
- Add Blynk_WM_Template example contributed by thorathome.
Version v1.0.14 to fix dynamicParams bug in v1.0.13
Releases v1.0.14
- Fix dynamicParams bug in v1.0.13.
v1.0.13a
PreReleases v1.0.13a
- 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
Releases v1.0.13
- Optional default Credentials as well as Dynamic parameters to be optionally autoloaded into Config Portal to use or change instead of manually input.
- DoubleDetectDetector feature to force Config Portal when double reset is detected within predetermined time, default 10s.
- Configurable Config Portal Title to be either HostName, BoardName or default undistinguishable names.
- 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
Releases v1.0.12
- Fix severe bug in v1.0.11
Version v1.0.11 to enable adding dynamic custom parameters
Releases v1.0.11
- 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.
- Dynamic custom parameters to be saved automatically in EEPROM, or SPIFFS.
Version v1.0.10 to permit special chars in data input
Releases v1.0.10
Why this version
- WiFi Password max length is 63, according to WPA2 standard.
- Permit to input special chars such as % and # into data fields. Thanks to brondolin to provide the amazing fix.