Add Modem Info to all examples

This commit is contained in:
Volodymyr Shymanskyy
2017-09-11 22:45:08 +03:00
parent f738bfd6d8
commit ba98d71809
4 changed files with 16 additions and 0 deletions

View File

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