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

Commit

Permalink
Major Releases v1.1.0
Browse files Browse the repository at this point in the history
### Major Releases v1.1.0

1. Add support to LittleFS for ESP32 using [LittleFS_esp32](https://github.com/lorol/LITTLEFS) 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.
  • Loading branch information
khoih-prog authored Jan 4, 2021
1 parent 79ec0e5 commit fdc8d39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

## Table of Contents

* [Why do we need this Blynk_Async_GSM_Manager library](#why-do-we-need-this-blynk_async_gsm_manager-library)
* [Why using AsyncWebServer is better](#features)
* [Features](#why-using-asyncwebserver-is-better)
* [Why do we need this Async Blynk_Async_GSM_Manager library](#why-do-we-need-this-async-blynk_async_gsm_manager-library)
* [Why using AsyncWebServer is better](#why-using-asyncwebserver-is-better)
* [Features](#features)
* [Currently supported Boards](#currently-supported-boards)
* [Supported GSM Modems](#supported-gsm-modems)
* [Supported boards-modules](#supported-boards-modules)
Expand Down Expand Up @@ -44,11 +44,11 @@
* [ 5. If you don't need to add dynamic parameters](#5-if-you-dont-need-to-add-dynamic-parameters)
* [Important Notes for using Dynamic Parameters' ids](#important-notes-for-using-dynamic-parameters-ids)
* [Important Notes](#important-notes)
* [Why using this BlynkGSM_Manager with MultiWiFi-MultiBlynk features](#why-using-this-blynkgsm_manager-with-multiwifi-multiblynk-features)
* [Why using this Blynk_Async_GSM_Manager with MultiWiFi-MultiBlynk features](#why-using-this-blynk_async_gsm_manager-with-multiwifi-multiblynk-features)
* [Examples](#examples)
* [ 1. Async_TTGO_TCALL_GSM](examples/Async_TTGO_TCALL_GSM)
* [ 2. Async_ESP32_GSM](examples/Async_ESP32_GSM)
* [ 3. ESP8266_GSM](examples/Async_ESP8266_GSM)
* [ 3. Async_ESP8266_GSM](examples/Async_ESP8266_GSM)
* [ 4. Async_TTGO_TCALL_SHT3x](examples/Async_TTGO_TCALL_SHT3x)
* [ 5. Async_ESP32_GSM_SHT3x](examples/Async_ESP32_GSM_SHT3x)
* [ 6. Async_ESP8266_GSM_SHT3x](examples/Async_ESP8266_GSM_SHT3x)
Expand Down Expand Up @@ -313,7 +313,7 @@ In your code, just replacing

---

### How to to migrate from Blynk
### How to migrate from Blynk

For ESP32 and ESP8266, in your code :

Expand Down

0 comments on commit fdc8d39

Please sign in to comment.