Update build test

This commit is contained in:
Volodymyr Shymanskyy
2017-09-27 23:47:27 +03:00
parent a2c19d544e
commit 7b33483852

View File

@@ -9,6 +9,10 @@
TinyGsm modem(Serial);
TinyGsmClient client(modem);
#if defined(TINY_GSM_MODEM_HAS_SSL)
TinyGsmClientSecure client(modem);
#endif
char server[] = "somewhere";
char resource[] = "something";
@@ -23,7 +27,7 @@ void loop() {
// Test the start/restart functions
modem.restart();
modem.begin();
modem.autoBaud();
modem.testAT();
modem.factoryDefault();
// Test the SIM card functions