Skip to content

Commit 8e91669

Browse files
committed
upd
1 parent ff339eb commit 8e91669

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/3.start.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ FastBot2Client bot(client);
3131
3232
Пример с [TinyGSM](https://github.com/vshymanskyy/TinyGSM):
3333
```cpp
34-
#define TINY_GSM_MODEM_SIM800
34+
// обязательно нужен модем с поддержкой HTTPS
35+
#define TINY_GSM_MODEM_SIM7000SSL
3536
#include <TinyGsmClient.h>
3637
TinyGsm modem(Serial);
3738
TinyGsmClient gsmclient(modem);

examples/test/test.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ void loopPrint() {
4343
FastBot2 bot;
4444

4545
// версия с другим клиентом, например tinygsm
46-
// #define TINY_GSM_MODEM_SIM800
46+
// обязательно нужен модем с поддержкой HTTPS
47+
// #define TINY_GSM_MODEM_SIM7000SSL
4748
// #include <TinyGsmClient.h>
4849
// TinyGsm modem(Serial);
4950
// TinyGsmClient gsmclient(modem);

0 commit comments

Comments
 (0)