From d7544f662f1cbe1c012ae608e00cbf3aaab158bf Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 29 Dec 2024 14:23:18 -0800 Subject: [PATCH] Update frequency slot description in Settings >> LoRa Clarify (1) there is a single operating frequency, (2) what goes into deriving the frequency. Based on conversation in https://www.reddit.com/r/meshtastic/comments/1howp8k/frequency_slot_changes/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button --- Meshtastic/Views/Settings/Config/LoRaConfig.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Settings/Config/LoRaConfig.swift b/Meshtastic/Views/Settings/Config/LoRaConfig.swift index 51461cf0..81cfa1ba 100644 --- a/Meshtastic/Views/Settings/Config/LoRaConfig.swift +++ b/Meshtastic/Views/Settings/Config/LoRaConfig.swift @@ -168,7 +168,7 @@ struct LoRaConfig: View { .focused($focusedField, equals: .channelNum) .disabled(overrideFrequency > 0.0) } - Text("This determines the actual frequency you are transmitting on in the band. If set to 0 this value will be calculated automatically based on the primary channel name.") + Text("Your node’s operating frequency is calculated based on the region, modem preset, and this field. When 0, the slot is automatically calculated based on the primary channel name.") .foregroundColor(.gray) .font(.callout) }