:orphan: .. title:: CONFIG_LORAWAN_SYSTEM_MAX_RX_ERROR .. kconfig:: CONFIG_LORAWAN_SYSTEM_MAX_RX_ERROR CONFIG_LORAWAN_SYSTEM_MAX_RX_ERROR ################################## *LoRaWAN System Max Rx Error* Type: ``int`` Help ==== .. code-block:: none System Max Rx timing error value in ms to be used by LoRaWAN stack for calculating the RX1/RX2 window timing. Direct dependencies =================== \ :kconfig:`LORAWAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 20 Kconfig definition ================== At ``/lorawan/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:33`` Menu path: (Top) → Sub Systems and OS Services → LoRaWAN support [EXPERIMENTAL] .. code-block:: kconfig 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.)*