Frequency Slot

This commit is contained in:
Garth Vander Houwen 2024-02-11 19:38:51 -08:00
parent 1e2cb76b0f
commit 416d5e5f41

View file

@ -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") {