Update examples

This commit is contained in:
Sara Damiano
2019-07-16 16:14:41 -04:00
parent af4dcc2bb5
commit 670fed955b
8 changed files with 13 additions and 7 deletions

View File

@@ -14,6 +14,7 @@
// #define TINY_GSM_MODEM_SIM868
// #define TINY_GSM_MODEM_SIM900
// #define TINY_GSM_MODEM_SIM7000
// #define TINY_GSM_MODEM_SIM5360
// #define TINY_GSM_MODEM_UBLOX
// #define TINY_GSM_MODEM_SARAR4
// #define TINY_GSM_MODEM_M95
@@ -128,7 +129,7 @@ void setup() {
// Unlock your SIM card with a PIN if needed
if ( GSM_PIN && modem.getSimStatus() != 3 ) {
modem.simUnlock(GSM_PIN);
}
}
#endif
}