increase CR for off grid

default should be higher assuming trees etc
chore/offband-rebrand
Enot (ded) Skelly 3 months ago
parent f1d93bd5e8
commit 5572c9ee75
No known key found for this signature in database
GPG Key ID: 2FE5B19B03656304

@ -228,7 +228,7 @@ class RadioSettings {
frequencyMHz: 433.0,
bandwidth: LoRaBandwidth.bw250,
spreadingFactor: LoRaSpreadingFactor.sf11,
codingRate: LoRaCodingRate.cr4_5,
codingRate: LoRaCodingRate.cr4_8,
txPowerDbm: 20,
),
),
@ -238,7 +238,7 @@ class RadioSettings {
frequencyMHz: 869.0,
bandwidth: LoRaBandwidth.bw250,
spreadingFactor: LoRaSpreadingFactor.sf11,
codingRate: LoRaCodingRate.cr4_5,
codingRate: LoRaCodingRate.cr4_8,
txPowerDbm: 14,
),
),
@ -248,7 +248,7 @@ class RadioSettings {
frequencyMHz: 918.0,
bandwidth: LoRaBandwidth.bw250,
spreadingFactor: LoRaSpreadingFactor.sf11,
codingRate: LoRaCodingRate.cr4_5,
codingRate: LoRaCodingRate.cr4_8,
txPowerDbm: 20,
),
),

Loading…
Cancel
Save

Powered by TurnKey Linux.