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.

Direct dependencies

LORAWAN

(Includes any dependencies from ifs and menus.)

Default

  • 20

Kconfig definition

At <Zephyr>/subsys/lorawan/Kconfig:20

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:30

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.)