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 Mar 11 19:14:35 2015 +0000
Parent:
72:7862171b277d
Child:
75:60ff839c9b6d
Commit message:
Removed APN declaration under TestSMS.h as it's been centralized to doTests()

Changed in this revision

Test/TestSMS.h Show annotated file Show diff for this revision Revisions of this file
--- a/Test/TestSMS.h	Fri Jan 23 16:51:13 2015 -0600
+++ b/Test/TestSMS.h	Wed Mar 11 19:14:35 2015 +0000
@@ -22,7 +22,6 @@
 TestSMS::TestSMS() : TestCollection("TestSMS") {}
 
 void TestSMS::run() {
-    const char APN[] = "";
     
     string number;
     string response;