mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix default channel LoRa settings
This commit is contained in:
parent
a3cc422afc
commit
f400774481
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ data class Channel(
|
|||
// The default channel that devices ship with
|
||||
val default = Channel(
|
||||
channelSettings { psk = ByteString.copyFrom(defaultPSK) },
|
||||
loRaConfig { usePreset = true; modemPreset = ModemPreset.LONG_FAST }
|
||||
// reference: NodeDB::installDefaultConfig
|
||||
loRaConfig { txEnabled = true; modemPreset = ModemPreset.LONG_FAST; hopLimit = 3 }
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue