mbed 5.4 with sleep mode
Dependencies: C027_Support mbed-dev
Fork of C027_SupportTest_coap by
Diff: main.cpp
- Revision:
- 21:a090a5043e23
- Parent:
- 20:52f0e5de8c3d
- Child:
- 22:078f410ef2c7
--- a/main.cpp Wed May 28 09:21:55 2014 +0000 +++ b/main.cpp Fri Jun 06 07:54:23 2014 +0000 @@ -24,7 +24,7 @@ /*! The APN of your network operator SIM, sometimes it is "internet" check your contract with the network operator. You can also try to look-up your settings in google: https://www.google.de/search?q=APN+list */ -#define APN "gprs.swisscom.ch" +#define APN NULL //! Set the user name for your APN, or NULL if not needed #define USERNAME NULL //! Set the password for your APN, or NULL if not needed @@ -48,7 +48,7 @@ #endif // Create the modem object MDMSerial mdm; - //mdm.setDebug(4); // enable this for debugging issues + mdm.setDebug(4); // enable this for debugging issues // initialize the modem MDMParser::DevStatus devStatus = {}; MDMParser::NetStatus netStatus = {};