mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Fix build
This commit is contained in:
@@ -10,7 +10,7 @@ TinyGsm modem(Serial);
|
|||||||
TinyGsmClient client(modem);
|
TinyGsmClient client(modem);
|
||||||
|
|
||||||
#if defined(TINY_GSM_MODEM_HAS_SSL)
|
#if defined(TINY_GSM_MODEM_HAS_SSL)
|
||||||
TinyGsmClientSecure client(modem);
|
TinyGsmClientSecure client_secure(modem);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
char server[] = "somewhere";
|
char server[] = "somewhere";
|
||||||
|
|||||||
Reference in New Issue
Block a user