Detailed Description

Macros

#define CONFIG_GNRC_LORAWAN_TIMER_DRIFT   10
 maximum timer drift in per mille More...
 
#define CONFIG_GNRC_LORAWAN_MIN_SYMBOLS_TIMEOUT   30
 the minimum symbols to detect a LoRa preamble
 

Macro Definition Documentation

◆ CONFIG_GNRC_LORAWAN_TIMER_DRIFT

#define CONFIG_GNRC_LORAWAN_TIMER_DRIFT   10

maximum timer drift in per mille

Note
this is only a workaround to compensate inaccurate timers.

E.g a value of 1 means there's a positive drift of 0.1% (set timeout to 1000 ms => triggers after 1001 ms)

Definition at line 46 of file lorawan.h.