Merge pull request #899 from meshtastic/channel-form-updates

update channel form
This commit is contained in:
Garth Vander Houwen 2024-08-27 20:49:48 -07:00 committed by GitHub
commit 51b4189cd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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