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.
Diff: mDotEvent.h
- Revision:
- 75:efdc5ef476e3
- Parent:
- 70:0c5b5b02d17b
--- 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());