increase CR for off grid

default should be higher assuming trees etc
This commit is contained in:
Enot (ded) Skelly
2026-05-05 10:59:36 -07:00
parent f1d93bd5e8
commit 5572c9ee75
+3 -3
View File
@@ -228,7 +228,7 @@ class RadioSettings {
frequencyMHz: 433.0, frequencyMHz: 433.0,
bandwidth: LoRaBandwidth.bw250, bandwidth: LoRaBandwidth.bw250,
spreadingFactor: LoRaSpreadingFactor.sf11, spreadingFactor: LoRaSpreadingFactor.sf11,
codingRate: LoRaCodingRate.cr4_5, codingRate: LoRaCodingRate.cr4_8,
txPowerDbm: 20, txPowerDbm: 20,
), ),
), ),
@@ -238,7 +238,7 @@ class RadioSettings {
frequencyMHz: 869.0, frequencyMHz: 869.0,
bandwidth: LoRaBandwidth.bw250, bandwidth: LoRaBandwidth.bw250,
spreadingFactor: LoRaSpreadingFactor.sf11, spreadingFactor: LoRaSpreadingFactor.sf11,
codingRate: LoRaCodingRate.cr4_5, codingRate: LoRaCodingRate.cr4_8,
txPowerDbm: 14, txPowerDbm: 14,
), ),
), ),
@@ -248,7 +248,7 @@ class RadioSettings {
frequencyMHz: 918.0, frequencyMHz: 918.0,
bandwidth: LoRaBandwidth.bw250, bandwidth: LoRaBandwidth.bw250,
spreadingFactor: LoRaSpreadingFactor.sf11, spreadingFactor: LoRaSpreadingFactor.sf11,
codingRate: LoRaCodingRate.cr4_5, codingRate: LoRaCodingRate.cr4_8,
txPowerDbm: 20, txPowerDbm: 20,
), ),
), ),