Typo, version bump

This commit is contained in:
Sara Damiano
2019-05-24 19:30:54 -04:00
parent 66a65e2686
commit c22efc5327
4 changed files with 4 additions and 4 deletions

View File

@@ -161,7 +161,7 @@ void loop() {
#endif
SerialMon.print("Waiting for network...");
if (!modem.waitForNetwork(240000L)) { // You may need lengthen this in poor service ares
if (!modem.waitForNetwork(600000L)) { // You may need lengthen this in poor service areas
SerialMon.println(F(" [fail]"));
SerialMon.println(F("************************"));
SerialMon.println(F(" Is your sim card locked?"));