Sample MQTT program - simple send and receive

Dependencies:   C12832 MQTT

Fork of HelloMQTT by MQTT

Revision:
21:c883e7934281
Parent:
20:49c9daf2b0ff
--- a/main.cpp	Tue Jan 10 18:10:17 2017 -0600
+++ b/main.cpp	Thu Mar 23 16:21:18 2017 +0000
@@ -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"