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

Latest commit

 

History

History
51 lines (35 loc) · 2.46 KB

changelog.md

File metadata and controls

51 lines (35 loc) · 2.46 KB

Blynk_Async_GSM_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. Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer.
  2. Bump up to v1.0.10 to sync with BlynkGSM_Manager library v1.0.10.