mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
update channel form
This commit is contained in:
parent
6b844504d6
commit
b188e3c18f
1 changed files with 5 additions and 0 deletions
|
|
@ -211,6 +211,11 @@ struct ChannelForm: View {
|
|||
}
|
||||
.onChange(of: preciseLocation) { loc in
|
||||
if loc == true {
|
||||
if channelKey == "AQ==" {
|
||||
preciseLocation = false
|
||||
} else {
|
||||
positionPrecision = 32
|
||||
}
|
||||
positionPrecision = 32
|
||||
} else {
|
||||
positionPrecision = 13
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue