Skip to content

Commit 8102177

Browse files
committed
fix: GSM example README
1 parent 71799df commit 8102177

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

examples/ESP32/BasicOTA_GSM/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
This example will show you how to do over the air firmware upgrades with Bytebeam IoT Platform via GSM.
33

44
## Hardware specification
5-
1. ESP32 Dev Board
5+
1. [TTGO T-SIM7600E](https://www.lilygo.cc/products/t-sim7600)
66

77
## Software Specification
88
1. Bytebeam Arduino Library
9-
2. TinyGSM Library http://librarymanager/#TinyGSM
10-
3. ArduinoHttpClient Library http://librarymanager/#ArduinoHttpClient
11-
4. SSLClient Library https://github.com/govorox/SSLClient.git
9+
2. [TinyGSM Library](https://github.com/vshymanskyy/TinyGSM)
10+
3. [ArduinoHttpClient Library](https://github.com/arduino-libraries/ArduinoHttpClient)
11+
4. [SSLClient Library](https://github.com/govorox/SSLClient.git)

examples/ESP32/SetupClient_GSM/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
This example will show you how to setup the GSM client for Bytebeam IoT Platform.
33

44
## Hardware specification
5-
1. ESP32 Dev Board
5+
1. [TTGO T-SIM7600E](https://www.lilygo.cc/products/t-sim7600)
66

77
## Software Specification
8-
1. BytebeamArduino Library
9-
2. TinyGSM Library http://librarymanager/#TinyGSM
10-
3. ArduinoHttpClient Library http://librarymanager/#ArduinoHttpClient
11-
4. SSLClient Library https://github.com/govorox/SSLClient.git
8+
1. Bytebeam Arduino Library
9+
2. [TinyGSM Library](https://github.com/vshymanskyy/TinyGSM)
10+
3. [ArduinoHttpClient Library](https://github.com/arduino-libraries/ArduinoHttpClient)
11+
4. [SSLClient Library](https://github.com/govorox/SSLClient.git)

0 commit comments

Comments
 (0)