From fcdc432812e76b90c14767d76291205a8d3c1cea Mon Sep 17 00:00:00 2001 From: Tim Cooijmans Date: Tue, 14 Feb 2023 15:37:23 +0100 Subject: [PATCH] Update US902-928 to right Downlink MinDR according to RP2-1.0.3 (#115) RP2-1.0.3 defines that the MinDR for US902-928 is 8 (SF12BW500) not 10 (SF10BW500) --- lrwn/src/region/us915.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lrwn/src/region/us915.rs b/lrwn/src/region/us915.rs index 56819a28..5cf41b59 100644 --- a/lrwn/src/region/us915.rs +++ b/lrwn/src/region/us915.rs @@ -642,7 +642,7 @@ impl Configuration { for i in 0..8 { c.base.downlink_channels.push(Channel { frequency: 923300000 + (i * 600000), - min_dr: 10, + min_dr: 8, max_dr: 13, enabled: true, user_defined: false,