Sample MQTT program - simple send and receive

Dependencies:   C12832 MQTT

Fork of HelloMQTT by MQTT

Files at this revision

API Documentation at this revision

Comitter:
renerenerene
Date:
Thu Mar 23 16:21:18 2017 +0000
Parent:
20:49c9daf2b0ff
Commit message:
test publish of HelloMQTT

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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"