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

Commit 512a702

Browse files
authored
Initial Releases v1.0.10
### Releases v1.0.10 1. Initial coding to use (ESP)AsyncWebServer instead of (ESP8266)WebServer. 2. Bump up to v1.0.10 to sync with [BlynkGSM_Manager library v1.0.10](https://github.com/khoih-prog/BlynkGSM_Manager).
1 parent 216a121 commit 512a702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ Please read more information in [TinyGSM Library](https://github.com/vshymanskyy
129129

130130
---
131131

132-
### How to migrate from [BlynkESP32_BT_WF library](https://github.com/khoih-prog/BlynkESP32_BT_WF)
132+
### How to migrate from [BlynkGSM_Manager library](https://github.com/khoih-prog/BlynkGSM_Manager)
133133

134134
#### For ESP32-based boards
135135

136136
In your code, just replacing
137137

138138
1. `BlynkSimpleTinyGSM_M.h` with `BlynkSimpleTinyGSM_Async_M.h`
139139
2. `BlynkSimpleEsp32_GSM_WF.h` with `BlynkSimpleEsp32_GSM_Async_WF.h`
140-
3. `BlynkSimpleEsp32_GSM_Async_WFM.h` with `BlynkSimpleEsp32_GSM_Async_WFM.h`
140+
3. `BlynkSimpleEsp32_GSM_WFM.h` with `BlynkSimpleEsp32_GSM_Async_WFM.h`
141141

142142
#### For ESP8266-based boards
143143

@@ -560,7 +560,7 @@ void loop()
560560

561561
Please take a look at other examples, as well.
562562

563-
1. File [Async_TTGO_TCALL_GSM.ino](examples/Async_TTGO_TCALL_GSM/TTGO_TCALL_GSM.ino)
563+
1. File [Async_TTGO_TCALL_GSM.ino](examples/Async_TTGO_TCALL_GSM/Async_TTGO_TCALL_GSM.ino)
564564

565565
```
566566
#include "defines.h"

0 commit comments

Comments
 (0)