mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Frequency Slot
This commit is contained in:
parent
1e2cb76b0f
commit
416d5e5f41
1 changed files with 2 additions and 2 deletions
|
|
@ -161,9 +161,9 @@ struct LoRaConfig: View {
|
|||
.font(.caption)
|
||||
|
||||
HStack {
|
||||
Text("LoRa Channel Number")
|
||||
Text("LoRa Frequency Slot")
|
||||
.fixedSize()
|
||||
TextField("Channel Number", value: $channelNum, formatter: formatter)
|
||||
TextField("Frequency Slot", value: $channelNum, formatter: formatter)
|
||||
.toolbar {
|
||||
ToolbarItemGroup(placement: .keyboard) {
|
||||
Button("dismiss.keyboard") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue