2020-04-26 13:02:21 +02:00
|
|
|
|
# Copyright (c) 2020 Freie Universitaet Berlin
|
|
|
|
|
#
|
|
|
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
|
# directory for more details.
|
|
|
|
|
#
|
2024-03-26 10:41:15 +01:00
|
|
|
|
if USEMODULE_RN2XX3
|
2021-01-05 13:52:25 +01:00
|
|
|
|
|
2024-03-26 10:41:15 +01:00
|
|
|
|
menu "RN2XX3 driver configuration"
|
2020-04-26 13:02:21 +02:00
|
|
|
|
|
|
|
|
|
config RN2XX3_DEFAULT_SLEEP
|
|
|
|
|
int "Sleep duration in milliseconds [ms]"
|
|
|
|
|
range 100 $(UINT32_MAX)
|
|
|
|
|
default 5000
|
|
|
|
|
help
|
|
|
|
|
Set the sleep duration (in ms).
|
|
|
|
|
The value should be greater than RN2XX3_SLEEP_MIN (100 ms)
|
|
|
|
|
|
2020-12-07 16:35:53 +01:00
|
|
|
|
config RN2XX3_DEFAULT_AR
|
|
|
|
|
bool "Enable automatic reply"
|
|
|
|
|
help
|
|
|
|
|
Enable/disable Automatic Reply (AR) for rn2xx3 module. By enabling the
|
|
|
|
|
automatic reply, the module will transmit a packet without a payload
|
|
|
|
|
immediately after a confirmed downlink is received, or when the
|
|
|
|
|
Frame Pending bit has been set by the server. Refer RN2483 LoRa™
|
|
|
|
|
Technology Module Command Reference User’s Guide for more information.
|
|
|
|
|
|
2024-03-26 10:41:15 +01:00
|
|
|
|
endmenu # RN2XX3 driver configuration
|
|
|
|
|
|
|
|
|
|
endif # USEMODULE_RN2XX3
|