mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
move ChannelSet out of service
This commit is contained in:
parent
478b0be2f9
commit
88b94bd018
4 changed files with 54 additions and 78 deletions
|
|
@ -314,10 +314,11 @@ class ChannelFragment : ScreenFragment("Channel"), Logging {
|
|||
|
||||
// No matter what apply the speed selection from the user
|
||||
val newLoRaConfig = loRaConfig {
|
||||
region = model.region
|
||||
txEnabled = model.txEnabled
|
||||
usePreset = true
|
||||
modemPreset = newModemPreset
|
||||
region = model.region
|
||||
txEnabled = model.txEnabled
|
||||
txPower = model.config.lora.txPower
|
||||
}
|
||||
|
||||
val humanName = Channel(newSettings, newLoRaConfig).humanName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue