From acc6eb017dfa6ff269a6772b5271b075c4828709 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sat, 20 Jan 2024 21:32:36 -0800 Subject: [PATCH] Add ignoremqtt to qr code --- Meshtastic/Views/Settings/ShareChannels.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Meshtastic/Views/Settings/ShareChannels.swift b/Meshtastic/Views/Settings/ShareChannels.swift index e1b45f14..8fa6bf32 100644 --- a/Meshtastic/Views/Settings/ShareChannels.swift +++ b/Meshtastic/Views/Settings/ShareChannels.swift @@ -252,6 +252,7 @@ struct ShareChannels: View { loRaConfig.usePreset = node?.loRaConfig?.usePreset ?? true loRaConfig.channelNum = UInt32(node?.loRaConfig?.channelNum ?? 0) loRaConfig.sx126XRxBoostedGain = node?.loRaConfig?.sx126xRxBoostedGain ?? false + loRaConfig.ignoreMqtt = node?.loRaConfig?.ignoreMqtt ?? false channelSet.loraConfig = loRaConfig if node?.myInfo?.channels != nil && node?.myInfo?.channels?.count ?? 0 > 0 { for ch in node?.myInfo?.channels?.array as? [ChannelEntity] ?? [] {