This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
Releases: khoih-prog/BlynkGSM_Manager
Releases · khoih-prog/BlynkGSM_Manager
v1.2.1 to update `platform.ini` and `library.json`
Releases v1.2.1
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix
Version v1.2.0 to add functions to control Config Portal from software or Virtual Switches, to permit auto-reset after configurable timeout if DRD/MRD or non-persistent forced-CP and fix rare Config Portal bug
Major Releases v1.2.0
- To permit autoreset after configurable timeout if DRD/MRD or non-persistent forced-CP. Check Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27
- Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
- Add functions to control Config Portal from software or Virtual Switches. Check How to trigger a Config Portal from code #25
- Add the new Virtual ConfigPortal SW feature to examples.
- Disable the GSM/GPRS modem initialization which blocks the operation of Config Portal when using Config Portal.
Version v1.1.0 to add LittleFS for ESP32, MultiResetDetector and clean up compiler warnings
Major Releases v1.1.0
- Add support to LittleFS for ESP32 using LittleFS_esp32 Library
- Add support to MultiDetectDetector. 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.10 with MultiWiFi and fix bug
Releases v1.0.10
- Use ESP8266/ESP32 MultiWiFi feature to autoconnect to the best and available WiFi SSID.
- Auto format SPIFFS/LittleFS for first time usage.
- Fix bug and logic of USE_DEFAULT_CONFIG_DATA.
Version v1.0.9 with many new and powerful features
Major Releases v1.0.9
- Add MultiWiFi/Blynk features for WiFi
- Add MultiBlynk feature for GPRS/GSM
- Add DoubleResetDetector (DRD) feature.
- Update to use LittleFS for ESP8266 core 2.7.1+ to replace deprecated SPIFFS on ESP8266
- Add Configurable Config Portal Title
- Add Default Config Data.
Version v1.0.8 to fix bug
Releases v1.0.8
- Fix potential dangerous bug in code and examples of v1.0.7.
Version v1.0.7 enabling special chars in input fields.
Releases v1.0.7
- WiFi Password max length is 63, according to WPA2 standard.
- Permit to input special chars such as % and # into data fields.
Version v1.0.6 with new and powerful feature to add dynamic parameters
Releases v1.0.6
- 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.
- See issue Add dynamic parameters
Version v1.0.5 to add more GSM/GPRS modem supports
Releases v1.0.5
- Add more modem supports. Thanks to new TinyGSM library v0.10.1+.
Version v1.0.4 with better GUI
Releases v1.0.4
- Enhance Config Portal GUI.
- Reduce code size.