You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While fixing this, we should also do #238, because otherwise this will involve adding yet another goto to processDnData(). Since the goto's end up expressing pure tail-recursion rather than iteration, any compiler is going to generate pretty much the same code anyway.
The latest EU compliance tests check the following.
FHDR.FCtrl.ACK
bit is resetIn fact, LMIC just assumes that a valid downlink was an ACK. That's probably a reasonable assumption, but it's not compliant with the spec.
Apart from this, the LMIC passes the entire EU V1.5 test, except for the optional data rates.
The text was updated successfully, but these errors were encountered: