kopia lustrzana https://github.com/jgromes/RadioLib
Revert unused error code
rodzic
88209dd776
commit
4c7170d40a
|
|
@ -549,9 +549,9 @@
|
|||
#define RADIOLIB_ERR_JOIN_NONCE_INVALID (-1111)
|
||||
|
||||
/*!
|
||||
\brief The downlink frame counter is slightly lower than expected, looks like a replay attack.
|
||||
\brief The downlink MIC could not be verified (incorrect key or invalid FCnt)
|
||||
*/
|
||||
#define RADIOLIB_ERR_DOWNLINK_FCNT_INVALID (-1112)
|
||||
#define RADIOLIB_ERR_MIC_MISMATCH (-1112)
|
||||
|
||||
/*!
|
||||
\brief Multicast frame counter is invalid (outside bounds).
|
||||
|
|
@ -598,11 +598,6 @@
|
|||
*/
|
||||
#define RADIOLIB_ERR_INVALID_MODE (-1121)
|
||||
|
||||
/*!
|
||||
\brief The downlink MIC could not be verified (incorrect key or invalid FCnt)
|
||||
*/
|
||||
#define RADIOLIB_ERR_MIC_MISMATCH (-1122)
|
||||
|
||||
// LR11x0-specific status codes
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue