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

Dependents:   mtsas mtsas mtsas mtsas

Revision:
45:b9ead235ab7c
Parent:
44:bf07f3d85822
Child:
49:1fc51c53cebf
--- a/Cellular/EasyIP.h	Thu Jul 31 21:04:28 2014 +0000
+++ b/Cellular/EasyIP.h	Fri Aug 01 15:51:49 2014 +0000
@@ -30,7 +30,7 @@
     *
     * int main(){
     *   //Modify to match your apn if you are using an HSPA radio with a SIM card
-    *   const char APN[] = "internet";
+    *   const char APN[] = "";
     *
     *   //Sets the log level to INFO, which is about midway on priority levels
     *   //Possible levels: FATAL, ERROR, WARNING, INFO, DEBUG, TRACE, NONE