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.
Dependencies: easy-connect-v16 Watchdog FP MQTTPacket RecordType-v-16 watersenor_and_temp_code
Revision 53:64982aa7d08b, committed 2018-03-23
- Comitter:
- DuyLionTran
- Date:
- Fri Mar 23 07:50:54 2018 +0000
- Parent:
- 52:5546fa1b67b5
- Child:
- 54:d8dda8394353
- Commit message:
- minor bugs fixed
Changed in this revision
| Application/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Application/main.cpp Thu Mar 22 04:14:57 2018 +0000
+++ b/Application/main.cpp Fri Mar 23 07:50:54 2018 +0000
@@ -320,6 +320,7 @@
}
}
/* allow the MQTT client to receive subscribe messages and manage keep alive */
+ wd.Service();
client.yield(500);
}
else if (connected == false) {