[riot-notifications] [RIOT-OS/RIOT] net/lorawan : Expose configurations to Kconfig (#15507)
Akshai M (Augustus Diode)
notifications at github.com
Thu Nov 26 15:28:35 CET 2020
@akshaim commented on this pull request.
> +
+config LORAMAC_DEFAULT_AR
+ bool "Enable automatic reply"
+ depends on KCONFIG_USEMODULE_RN2XX3
+ 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.
+
+choice
+ bool "RX2 window datarate index"
+ default LORAMAC_DEFAULT_RX2_DR_0 if LORAMAC_REGION_EU_868
+ default LORAMAC_DEFAULT_RX2_DR_2 if LORAMAC_REGION_IN_865
+ help
+ Configure the RX2 window datarate. This may be changed only if the
Yes true. Thanks for pointing that out.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15507#discussion_r531065222
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201126/1e00d2cd/attachment.htm>
More information about the notifications
mailing list