Skip to content

LoRaWAN client code stopped compiling due to missing RADIOLIB_ERR defines #1519

Answered by StevenCellist
sten-senarch asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @sten-senarch, good question! A 7.2 release is pending with a note for the removal of these error codes. These error codes are not used anymore, as RadioLib now always tries a rollover of the 16-bit FCnt value instead of using the MaxFCntGap limit which I erroneously implemented.
An invalid FCnt will now always be attempted to verify the MIC, and if it is indeed invalid, will return MIC_MISMATCH which is the new name of the error code -1112.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sten-senarch
Comment options

@StevenCellist
Comment options

Answer selected by sten-senarch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants