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

Version v1.0.3

25 Feb 18:25
f5682ce
Compare
Choose a tag to compare

Releases v1.0.3

New in this version

  1. Add checksum for more reliable data
  2. Add clearConfigData() to enable forcing into ConfigPortal Mode when necessary

Version v1.0.2 with many new and powerful features

09 Feb 22:32
Compare
Choose a tag to compare

Releases v1.0.2

New in this version

  1. This new version enables user to include both GSM/GPRS and WiFi libraries in one sketch, run both WiFi and GSM/GPRS simultaneously, or select one to use at runtime after reboot by pressing a switch.
  2. Add many more useful functions such as setConfigPortalChannel(), getFullConfigData(), etc.
  3. Completely restructure the library.

Version v1.0.1

28 Jan 06:21
bf77f88
Compare
Choose a tag to compare

Releases v1.0.1

New in this version

  1. Change Synch XMLHttpRequest to Async to avoid "InvalidAccessError" DOMException (https://xhr.spec.whatwg.org/)
  2. Reduce memory usage. Use dynamically allocated WebServer.

Initial Release v1.0.0

18 Jan 14:40
5ba3dcd
Compare
Choose a tag to compare

Version v1.0.0

  1. It's designed to help you eliminate hardcoding your Blynk credentials in ESP32 and ESP8266 boards using GSM shield (SIM800, SIM900, etc).

  2. You can update GSM Modem and Blynk Credentials any time you need to change via Configure Portal. Data are saved in SPIFFS or configurable locations in EEPROM.