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);
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>
3637TinyGsm modem(Serial);
3738TinyGsmClient gsmclient(modem);
Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ void loopPrint() {
4343FastBot2 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);
You can’t perform that action at this time.
0 commit comments