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
Version v1.0.3
Releases v1.0.3
New in this version
- Add checksum for more reliable data
- Add clearConfigData() to enable forcing into ConfigPortal Mode when necessary
Version v1.0.2 with many new and powerful features
Releases v1.0.2
New in this version
- 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. - Add many more useful functions such as
setConfigPortalChannel()
,getFullConfigData()
, etc. - Completely restructure the library.
Version v1.0.1
Releases v1.0.1
New in this version
- Change Synch XMLHttpRequest to Async to avoid "InvalidAccessError" DOMException (https://xhr.spec.whatwg.org/)
- Reduce memory usage. Use dynamically allocated WebServer.
Initial Release v1.0.0
Version v1.0.0
-
It's designed to help you eliminate hardcoding your Blynk credentials in ESP32 and ESP8266 boards using GSM shield (SIM800, SIM900, etc).
-
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.