Simple example program to demonstrate and test cellular connection using the MTSAS library (over PPP protocol)

Dependencies:   mbed mtsas

Revision:
6:9c490265dd91
Parent:
4:8b02a6b67f4d
Child:
7:3e937d898953
--- a/main.cpp	Mon Jul 28 15:09:18 2014 +0000
+++ b/main.cpp	Mon Jul 28 15:19:19 2014 +0000
@@ -6,7 +6,7 @@
     const char APN[] = "";
     
     //Sets the log level to INFO, which is about midway on priority levels
-    //Possible levels: FATAL, ERROR, WARNING, INFO, DEBUG, TRACE
+    //Possible levels: FATAL, ERROR, WARNING, INFO, DEBUG, TRACE, NONE
     MTSLog::setLogLevel(MTSLog::INFO_LEVEL);
     
     /** STMicro Nucelo F401RE