Sample MQTT program - simple send and receive
Fork of HelloMQTT by
Revision 21:c883e7934281, committed 2017-03-23
- 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 |
diff -r 49c9daf2b0ff -r c883e7934281 main.cpp --- 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"