diff --git a/Meshtastic/Views/Settings/Channels/ChannelForm.swift b/Meshtastic/Views/Settings/Channels/ChannelForm.swift index 52e1f59e7..d44d959e1 100644 --- a/Meshtastic/Views/Settings/Channels/ChannelForm.swift +++ b/Meshtastic/Views/Settings/Channels/ChannelForm.swift @@ -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