mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Detection sensor cleanup
location manager cleanup
This commit is contained in:
parent
7b77cfc3de
commit
fb66e3b250
5 changed files with 43 additions and 50 deletions
|
|
@ -76,6 +76,7 @@ struct DetectionSensorConfig: View {
|
|||
Text("Enables the detection sensor module, it needs to be enabled on both the node with the sensor, and any nodes that you want to receive detection sensor text messages or view the detection sensor log and chart.")
|
||||
.font(.caption)
|
||||
}
|
||||
.toggleStyle(SwitchToggleStyle(tint: .accentColor))
|
||||
.listRowSeparator(.visible)
|
||||
if enabled {
|
||||
HStack {
|
||||
|
|
@ -108,6 +109,7 @@ struct DetectionSensorConfig: View {
|
|||
Text("Send ASCII bell with alert message. Useful for triggering external notification on bell.")
|
||||
.font(.caption)
|
||||
}
|
||||
.toggleStyle(SwitchToggleStyle(tint: .accentColor))
|
||||
.listRowSeparator(.visible)
|
||||
HStack {
|
||||
Label("Name", systemImage: "signature")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue