Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Releases: khoih-prog/BlynkGSM_Manager

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

10 Oct 03:30
498c3cf
Compare
Choose a tag to compare

Releases v1.2.1

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.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

02 Feb 00:54
96edd8e
Compare
Choose a tag to compare

Major Releases v1.2.0

  1. To permit autoreset after configurable timeout if DRD/MRD or non-persistent forced-CP. Check Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27
  2. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
  3. Add functions to control Config Portal from software or Virtual Switches. Check How to trigger a Config Portal from code #25
  4. Add the new Virtual ConfigPortal SW feature to examples.
  5. 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

04 Jan 04:21
5000766
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. 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.10 with MultiWiFi and fix bug

26 Aug 09:34
b0bbb2b
Compare
Choose a tag to compare

Releases v1.0.10

  1. Use ESP8266/ESP32 MultiWiFi feature to autoconnect to the best and available WiFi SSID.
  2. Auto format SPIFFS/LittleFS for first time usage.
  3. Fix bug and logic of USE_DEFAULT_CONFIG_DATA.

Version v1.0.9 with many new and powerful features

01 Jun 04:17
9999c90
Compare
Choose a tag to compare

Major Releases v1.0.9

  1. Add MultiWiFi/Blynk features for WiFi
  2. Add MultiBlynk feature for GPRS/GSM
  3. Add DoubleResetDetector (DRD) feature.
  4. Update to use LittleFS for ESP8266 core 2.7.1+ to replace deprecated SPIFFS on ESP8266
  5. Add Configurable Config Portal Title
  6. Add Default Config Data.

Version v1.0.8 to fix bug

19 Apr 19:25
b690b3e
Compare
Choose a tag to compare

Releases v1.0.8

  1. Fix potential dangerous bug in code and examples of v1.0.7.

Version v1.0.7 enabling special chars in input fields.

09 Apr 19:46
d2f8320
Compare
Choose a tag to compare

Releases v1.0.7

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

Version v1.0.6 with new and powerful feature to add dynamic parameters

08 Apr 01:03
08596a8
Compare
Choose a tag to compare

Releases v1.0.6

  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.
  3. See issue Add dynamic parameters

Version v1.0.5 to add more GSM/GPRS modem supports

21 Mar 05:14
7086b87
Compare
Choose a tag to compare

Releases v1.0.5

  1. Add more modem supports. Thanks to new TinyGSM library v0.10.1+.

Version v1.0.4 with better GUI

15 Mar 03:47
f62ac3d
Compare
Choose a tag to compare

Releases v1.0.4

  1. Enhance Config Portal GUI.
  2. Reduce code size.