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
This commit is contained in:
Ben 2024-12-29 14:23:18 -08:00 committed by GitHub
parent 43884e241b
commit d7544f662f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 nodes 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)
}