|
|
@ -53,6 +53,10 @@ void setup() { |
|
|
|
Serial.println(F("Initializing modem...")); |
|
|
|
modem.restart(); |
|
|
|
|
|
|
|
String modemInfo = modem.getModemInfo(); |
|
|
|
Serial.print("Modem: "); |
|
|
|
Serial.println(modemInfo); |
|
|
|
|
|
|
|
// Unlock your SIM card with a PIN
|
|
|
|
//modem.simUnlock("1234");
|
|
|
|
} |
|
|
|