[TypeDef] Introduce error for LoRaWAN dwell time

This commit is contained in:
StevenCellist 2024-02-19 19:10:45 +01:00
parent 874e48789d
commit 8f47e834f5

View file

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