Sample project to connect to AT&T M2X from the STM32 Nucleo + MTSAS Cellular SocketModem shield
Dependencies: M2XStreamClient jsonlite mbed
Fork of MTSAS_Cellular_Connect_M2X_Example_F411 by
Diff: main.cpp
- 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