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