:orphan: .. title:: LORAWAN_SYSTEM_MAX_RX_ERROR .. option:: 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 =================== \ :option:`LORAWAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 20 Kconfig definition ================== .. highlight:: kconfig At ``subsys/lorawan/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:33`` Menu path: (Top) → Sub Systems and OS Services → LoRaWAN support [EXPERIMENTAL] .. parsed-literal:: config LORAWAN_SYSTEM_MAX_RX_ERROR int "LoRaWAN System Max Rx Error" default 20 depends on \ :option:`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.)*