From feb9cf1aa90f9d6a5cba702a9066aac7261a6cd3 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sun, 2 Nov 2025 08:49:33 -0800 Subject: [PATCH] Set opt in --- Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift b/Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift index 985bd878..5336c5ef 100644 --- a/Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift +++ b/Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift @@ -263,6 +263,7 @@ struct MQTTConfig: View { mqtt.jsonEnabled = self.jsonEnabled mqtt.tlsEnabled = self.tlsEnabled mqtt.mapReportingEnabled = self.mapReportingEnabled + mqtt.mapReportSettings.shouldReportLocation = UserDefaults.mapReportingOptIn mqtt.mapReportSettings.positionPrecision = UInt32(self.mapPositionPrecision) mqtt.mapReportSettings.publishIntervalSecs = UInt32(self.mapPublishIntervalSecs.intValue) Task {