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

Dependents:   mtsas mtsas mtsas mtsas

Revision:
62:c171606f7318
Parent:
61:2acb8c25aecf
Child:
67:7c705fe2acec
--- a/Test/TestSMS.h	Wed Aug 13 21:46:11 2014 +0000
+++ b/Test/TestSMS.h	Wed Aug 13 21:50:43 2014 +0000
@@ -22,7 +22,7 @@
 TestSMS::TestSMS() : TestCollection("TestSMS") {}
 
 void TestSMS::run() {
-    const char APN[] = "internet";
+    const char APN[] = "";
     
     string number;
     string response;