File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ FastBot2Client bot(client);
31
31
32
32
Пример с [TinyGSM](https://github.com/vshymanskyy/TinyGSM):
33
33
```cpp
34
- #define TINY_GSM_MODEM_SIM800
34
+ // обязательно нужен модем с поддержкой HTTPS
35
+ #define TINY_GSM_MODEM_SIM7000SSL
35
36
#include <TinyGsmClient.h>
36
37
TinyGsm modem(Serial);
37
38
TinyGsmClient gsmclient(modem);
Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ void loopPrint() {
43
43
FastBot2 bot;
44
44
45
45
// версия с другим клиентом, например tinygsm
46
- // #define TINY_GSM_MODEM_SIM800
46
+ // обязательно нужен модем с поддержкой HTTPS
47
+ // #define TINY_GSM_MODEM_SIM7000SSL
47
48
// #include <TinyGsmClient.h>
48
49
// TinyGsm modem(Serial);
49
50
// TinyGsmClient gsmclient(modem);
You can’t perform that action at this time.
0 commit comments