Aidan Wynn / libmDot-mbed5

Dependents:   Cloudtracker

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());