From b188e3c18f91b8ca69deccdce8dee16707f2bfa2 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 27 Aug 2024 20:44:17 -0700 Subject: [PATCH] update channel form --- Meshtastic/Views/Settings/Channels/ChannelForm.swift | 5 +++++ 1 file changed, 5 insertions(+) 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