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

Dependencies:   mbed mtsas

Revision:
7:3e937d898953
Parent:
5:46e66c649006
Parent:
6:9c490265dd91
Child:
8:95c226a1dca7
--- a/main.cpp	Mon Jul 28 15:15:53 2014 +0000
+++ b/main.cpp	Mon Jul 28 15:20:57 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