MQTT cellular example

Dependencies:   C027_Support C12832 MQTT mbed

Fork of Cellular_HelloMQTT by Michael Ammann

Files at this revision

API Documentation at this revision

Comitter:
mazgch
Date:
Fri Jun 06 15:23:58 2014 +0000
Parent:
14:d495a85ed55b
Child:
16:c65e14e13728
Commit message:
use latest lib

Changed in this revision

C027_Support.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/C027_Support.lib	Tue May 27 09:23:07 2014 +0000
+++ b/C027_Support.lib	Fri Jun 06 15:23:58 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/ublox/code/C027_Support/#34985b4d821e
+http://mbed.org/teams/ublox/code/C027_Support/#3915192f6d7e
--- 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