[TypeDef] Introduce error for LoRaWAN dwell time
This commit is contained in:
parent
874e48789d
commit
8f47e834f5
1 changed files with 5 additions and 0 deletions
|
@ -553,6 +553,11 @@
|
|||
*/
|
||||
#define RADIOLIB_ERR_A_FCNT_DOWN_INVALID (-1114)
|
||||
|
||||
/*!
|
||||
\brief Uplink payload length at this datarate exceeds the active dwell time limitations.
|
||||
*/
|
||||
#define RADIOLIB_ERR_DWELL_TIME_EXCEEDED (-1115)
|
||||
|
||||
/*!
|
||||
\}
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue