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

Dependents:   mtsas mtsas mtsas mtsas

Revision:
41:8b9b5098696f
Parent:
36:948d06b3e23c
Child:
42:adcf25505b1c
--- a/Test/TestSMS.h	Tue Jul 29 19:39:01 2014 +0000
+++ b/Test/TestSMS.h	Wed Jul 30 20:22:23 2014 +0000
@@ -22,7 +22,7 @@
 TestSMS::TestSMS() : TestCollection("TestSMS") {}
 
 void TestSMS::run() {
-    const char APN[] = "";
+    const char APN[] = "internet";
     
     string number;
     string response;