Update build test
This commit is contained in:
@@ -9,6 +9,10 @@
|
|||||||
TinyGsm modem(Serial);
|
TinyGsm modem(Serial);
|
||||||
TinyGsmClient client(modem);
|
TinyGsmClient client(modem);
|
||||||
|
|
||||||
|
#if defined(TINY_GSM_MODEM_HAS_SSL)
|
||||||
|
TinyGsmClientSecure client(modem);
|
||||||
|
#endif
|
||||||
|
|
||||||
char server[] = "somewhere";
|
char server[] = "somewhere";
|
||||||
char resource[] = "something";
|
char resource[] = "something";
|
||||||
|
|
||||||
@@ -23,7 +27,7 @@ void loop() {
|
|||||||
// Test the start/restart functions
|
// Test the start/restart functions
|
||||||
modem.restart();
|
modem.restart();
|
||||||
modem.begin();
|
modem.begin();
|
||||||
modem.autoBaud();
|
modem.testAT();
|
||||||
modem.factoryDefault();
|
modem.factoryDefault();
|
||||||
|
|
||||||
// Test the SIM card functions
|
// Test the SIM card functions
|
||||||
|
|||||||
Reference in New Issue
Block a user