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

Dependents:   mtsas mtsas mtsas mtsas

Revision:
47:16a9297b59ba
Parent:
43:91c5e53f508f
Child:
48:3f9d82915e83
--- a/Test/TestSMS.h	Fri Aug 01 16:15:54 2014 +0000
+++ b/Test/TestSMS.h	Fri Aug 01 16:19:39 2014 +0000
@@ -22,7 +22,7 @@
 TestSMS::TestSMS() : TestCollection("TestSMS") {}
 
 void TestSMS::run() {
-    const char APN[] = "internet";
+    const char APN[] = "";
     
     string number;
     string response;