[riot-notifications] [RIOT-OS/RIOT] net/lorawan : Expose configurations to Kconfig (#15507)
José Alamos
notifications at github.com
Thu Nov 26 14:44:27 CET 2020
@jia200x commented on this pull request.
> +
+config LORAMAC_ADVANCED_OPTIONS
+ bool "Enable advanced options"
+
+if LORAMAC_ADVANCED_OPTIONS
+
+config LORAMAC_DEFAULT_RETX
+ int "Uplink retransmissions"
+ default 5
+ range 0 255
+ help
+ Configure the maximum number of retransmissions to be used for a
+ confirmed uplink packet, if no downlink acknowledgment is received from
+ the network.
+
+config LORAMAC_DEFAULT_ADR
Ideally these options (as well as others) should be disabled if the stack doesn't support the option (e.g GNRC LoRaWAN doesn't support ADR)
--
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#pullrequestreview-539326417
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201126/a7647edd/attachment.htm>
More information about the notifications
mailing list