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.
Revision 75:efdc5ef476e3, committed 2021-05-15
- Comitter:
- aidanwynn
- Date:
- Sat May 15 02:57:09 2021 +0000
- Parent:
- 73:30cdba59e67e
- Commit message:
- Downlink Commands added:; Cloudtracker/inc/RadioEvents.h
Changed in this revision
| mDotEvent.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/mDotEvent.h Fri Mar 13 08:22:30 2020 -0500
+++ b/mDotEvent.h Sat May 15 02:57:09 2021 +0000
@@ -226,9 +226,9 @@
if (ctrl.Bits.Ack) {
AckReceived = true;
}
-
+
DuplicateRx = dupRx;
-
+
if (mts::MTSLog::getLogLevel() == mts::MTSLog::TRACE_LEVEL) {
std::string packet = mts::Text::bin2hexString(RxPayload, size);
logTrace("Payload: %s", packet.c_str());