From 9649b8461b0078877350e692905574536f89ec8f Mon Sep 17 00:00:00 2001 From: Benjamin Faershtein <119711889+RCGV1@users.noreply.github.com> Date: Sun, 7 Sep 2025 16:04:25 -0700 Subject: [PATCH] Overriding frequenccy is now exportable (#1373) --- 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 d8d5d2d1..1d065abc 100644 --- a/Meshtastic/Views/Settings/ShareChannels.swift +++ b/Meshtastic/Views/Settings/ShareChannels.swift @@ -280,6 +280,7 @@ struct ShareChannels: View { loRaConfig.channelNum = UInt32(node?.loRaConfig?.channelNum ?? 0) loRaConfig.sx126XRxBoostedGain = node?.loRaConfig?.sx126xRxBoostedGain ?? false loRaConfig.ignoreMqtt = node?.loRaConfig?.ignoreMqtt ?? false + loRaConfig.overrideFrequency = node?.loRaConfig?.overrideFrequency ?? 0.0 channelSet.loraConfig = loRaConfig if node?.myInfo?.channels != nil && node?.myInfo?.channels?.count ?? 0 > 0 { for ch in node?.myInfo?.channels?.array as? [ChannelEntity] ?? [] where ch.role > 0 {