Skip to content

Commit

Permalink
Merge pull request #899 from meshtastic/channel-form-updates
Browse files Browse the repository at this point in the history
update channel form
  • Loading branch information
garthvh authored Aug 28, 2024
2 parents 6b84450 + b188e3c commit 51b4189
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Meshtastic/Views/Settings/Channels/ChannelForm.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51b4189

Please sign in to comment.