Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of HelloMQTT by
Diff: main.cpp
- Revision:
- 30:b2aed80037db
- Parent:
- 28:01d5cc81af31
- Child:
- 32:16ef25cbb05c
diff -r 45fd261e840b -r b2aed80037db main.cpp --- a/main.cpp Mon Mar 27 15:16:23 2017 +0000 +++ b/main.cpp Tue Mar 28 09:18:49 2017 +0000 @@ -30,6 +30,7 @@ #include "easy-connect.h" #include "MQTTThreadedClient.h" +using namespace MQTT; Serial pc(USBTX, USBRX, 115200); Thread msgSender(osPriorityNormal, DEFAULT_STACK_SIZE * 2);
