mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Set opt in
This commit is contained in:
parent
b327f13971
commit
feb9cf1aa9
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue