Cellular library for MTS Socket Modem Arduino Shield devices from Multi-Tech Systems

Dependents:   mtsas mtsas mtsas mtsas

Revision:
51:ffc556ba33f7
Parent:
41:8b9b5098696f
Child:
52:2cb58398a4f9
--- a/Cellular/CellularFactory.cpp	Tue Aug 05 15:02:00 2014 +0000
+++ b/Cellular/CellularFactory.cpp	Tue Aug 05 18:35:22 2014 +0000
@@ -30,7 +30,7 @@
             /* didn't get an error - keep going */
             if(model.find("#STN") != string::npos) {
                 //If response found is from unsolicited response #STN: from the radio,
-                //then we got a "corrupted" response, and to try again.
+                //then we got an unsolicited response, and to try again.
                 continue;
             }
                 break;