Merge pull request #1036 from cryptoben/update-slot-description

Update frequency slot description in Settings >> LoRa
This commit is contained in:
Garth Vander Houwen 2025-01-11 07:31:13 -08:00 committed by GitHub
commit 10cf4b7601
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)
}