mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add LoRa pa_fan_disabled config
This commit is contained in:
parent
361ce2ef5c
commit
cbd33f2c0c
1 changed files with 9 additions and 0 deletions
|
|
@ -181,6 +181,15 @@ fun LoRaConfigItemList(
|
|||
onValueChanged = { loraInput = loraInput.copy { overrideFrequency = it } })
|
||||
}
|
||||
|
||||
item {
|
||||
SwitchPreference(
|
||||
title = "PA fan disabled",
|
||||
checked = loraInput.paFanDisabled,
|
||||
enabled = enabled,
|
||||
onCheckedChange = { loraInput = loraInput.copy { paFanDisabled = it } })
|
||||
}
|
||||
item { Divider() }
|
||||
|
||||
item {
|
||||
SwitchPreference(title = "Ignore MQTT",
|
||||
checked = loraInput.ignoreMqtt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue