Fix build

This commit is contained in:
Volodymyr Shymanskyy
2017-09-28 08:20:59 +03:00
parent 89eed1d9bb
commit 9e802e1a77

View File

@@ -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";