kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
feat: add `ok_to_mqtt` config
rodzic
63797ab97a
commit
fbebb52060
|
@ -199,6 +199,14 @@ fun LoRaConfigItemList(
|
|||
}
|
||||
item { Divider() }
|
||||
|
||||
item {
|
||||
SwitchPreference(title = "OK to MQTT",
|
||||
checked = loraInput.configOkToMqtt,
|
||||
enabled = enabled,
|
||||
onCheckedChange = { loraInput = loraInput.copy { configOkToMqtt = it } })
|
||||
}
|
||||
item { Divider() }
|
||||
|
||||
item {
|
||||
PreferenceFooter(
|
||||
enabled = loraInput != loraConfig,
|
||||
|
|
Ładowanie…
Reference in New Issue