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

Commit fdc8d39

Browse files
authored
Major Releases v1.1.0
### 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.
1 parent 79ec0e5 commit fdc8d39

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
## Table of Contents
1313

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

314314
---
315315

316-
### How to to migrate from Blynk
316+
### How to migrate from Blynk
317317

318318
For ESP32 and ESP8266, in your code :
319319

0 commit comments

Comments
 (0)