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

Revision:
25:d5b073826601
Parent:
20:49c9daf2b0ff
--- 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"