Revert unused error code

pull/1528/head
StevenCellist 2025-06-19 08:31:09 +02:00
rodzic 88209dd776
commit 4c7170d40a
1 zmienionych plików z 2 dodań i 7 usunięć

Wyświetl plik

@ -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
/*!