Version of HelloMQTT with u-blox cellular (C027 and C030) boards added.

Dependencies:   C12832 MQTT easy-connect ublox-at-cellular-interface-ext ublox-cellular-base ublox-cellular-driver-gen ublox-ppp-cellular-interface ublox-at-cellular-interface-n2xx ublox-cellular-base-n2xx

Fork of HelloMQTT by MQTT

Files at this revision

API Documentation at this revision

Comitter:
rob.meades@u-blox.com
Date:
Thu Aug 10 16:05:47 2017 +0100
Parent:
24:203b7345609e
Child:
26:44516a9f9808
Commit message:
Update easy-connect library version and switch to using serial port instead of LCD by default (since I don't have a shield to hand).

Changed in this revision

easy-connect.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/easy-connect.lib	Thu Aug 10 14:39:29 2017 +0000
+++ b/easy-connect.lib	Thu Aug 10 16:05:47 2017 +0100
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/ublox/code/easy-connect/#1ee641ba6682
+https://developer.mbed.org/teams/ublox/code/easy-connect/#1ee51369146a
--- a/main.cpp	Thu Aug 10 14:39:29 2017 +0000
+++ b/main.cpp	Thu Aug 10 16:05:47 2017 +0100
@@ -26,7 +26,7 @@
  */
 
  // change this to 0 to output messages to serial instead of LCD
-#define USE_LCD 1
+#define USE_LCD 0
 
 #if USE_LCD
 #include "C12832.h"