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

Latest commit

 

History

History
62 lines (44 loc) · 2.75 KB

changelog.md

File metadata and controls

62 lines (44 loc) · 2.75 KB

BlynkGSM_Manager

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues



Table of Contents



Changelog

Releases v1.2.1

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

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.

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.

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.

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.