mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Merge pull request #1036 from cryptoben/update-slot-description
Update frequency slot description in Settings >> LoRa
This commit is contained in:
commit
10cf4b7601
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue