mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-20 15:51:01 +10:00
increase CR for off grid
default should be higher assuming trees etc
This commit is contained in:
@@ -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,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user