MQTT cellular example

Dependencies:   C027_Support C12832 MQTT mbed

Fork of Cellular_HelloMQTT by Michael Ammann

Revision:
15:710f99b36ff2
Parent:
14:d495a85ed55b
--- a/main.cpp	Tue May 27 09:23:07 2014 +0000
+++ b/main.cpp	Fri Jun 06 15:23:58 2014 +0000
@@ -35,7 +35,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