CONFIG_LORAWAN_SYSTEM_MAX_RX_ERROR¶
LoRaWAN System Max Rx Error
Type: int
Help¶
System Max Rx timing error value in ms to be used by LoRaWAN stack
for calculating the RX1/RX2 window timing.
Default¶
- 20 
Kconfig definition¶
At <Zephyr Subsystem>/lorawan/Kconfig:20
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:33
Menu path: (Top) → Sub Systems and OS Services → LoRaWAN support [EXPERIMENTAL]
config LORAWAN_SYSTEM_MAX_RX_ERROR
    int "LoRaWAN System Max Rx Error"
    default 20
    depends on LORAWAN
    help
      System Max Rx timing error value in ms to be used by LoRaWAN stack
      for calculating the RX1/RX2 window timing.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)