|
11 | 11 |
|
12 | 12 | ## Table of Contents
|
13 | 13 |
|
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) |
17 | 17 | * [Currently supported Boards](#currently-supported-boards)
|
18 | 18 | * [Supported GSM Modems](#supported-gsm-modems)
|
19 | 19 | * [Supported boards-modules](#supported-boards-modules)
|
|
44 | 44 | * [ 5. If you don't need to add dynamic parameters](#5-if-you-dont-need-to-add-dynamic-parameters)
|
45 | 45 | * [Important Notes for using Dynamic Parameters' ids](#important-notes-for-using-dynamic-parameters-ids)
|
46 | 46 | * [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) |
48 | 48 | * [Examples](#examples)
|
49 | 49 | * [ 1. Async_TTGO_TCALL_GSM](examples/Async_TTGO_TCALL_GSM)
|
50 | 50 | * [ 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) |
52 | 52 | * [ 4. Async_TTGO_TCALL_SHT3x](examples/Async_TTGO_TCALL_SHT3x)
|
53 | 53 | * [ 5. Async_ESP32_GSM_SHT3x](examples/Async_ESP32_GSM_SHT3x)
|
54 | 54 | * [ 6. Async_ESP8266_GSM_SHT3x](examples/Async_ESP8266_GSM_SHT3x)
|
@@ -313,7 +313,7 @@ In your code, just replacing
|
313 | 313 |
|
314 | 314 | ---
|
315 | 315 |
|
316 |
| -### How to to migrate from Blynk |
| 316 | +### How to migrate from Blynk |
317 | 317 |
|
318 | 318 | For ESP32 and ESP8266, in your code :
|
319 | 319 |
|
|
0 commit comments