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

Dependents:   mtsas mtsas mtsas mtsas

Files at this revision

API Documentation at this revision

Comitter:
Vanger
Date:
Wed Jul 30 20:27:09 2014 +0000
Parent:
41:8b9b5098696f
Child:
43:91c5e53f508f
Commit message:
Also added default local_port of 1 for radio type MTSMC_EV3 under EasyIP.cpp.; (Will need to check other radio types for the necessity of a default local_port of 1 instead of 0 as well)

Changed in this revision

Test/TestSMS.h Show annotated file Show diff for this revision Revisions of this file
--- a/Test/TestSMS.h	Wed Jul 30 20:22:23 2014 +0000
+++ b/Test/TestSMS.h	Wed Jul 30 20:27:09 2014 +0000
@@ -22,7 +22,7 @@
 TestSMS::TestSMS() : TestCollection("TestSMS") {}
 
 void TestSMS::run() {
-    const char APN[] = "internet";
+    const char APN[] = "";
     
     string number;
     string response;