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)
This commit is contained in:
Tim Cooijmans 2023-02-14 15:37:23 +01:00 committed by GitHub
parent eda5753bb9
commit fcdc432812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,