Browse Source
Merge pull request #163 from pdxlocations/frequency-slot
change name channel to frequency slot
pull/170/head
Sacha Weatherstone
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
src/components/PageComponents/Config/LoRa.tsx
|
|
|
@ -44,8 +44,8 @@ export const LoRa = (): JSX.Element => { |
|
|
|
{ |
|
|
|
type: "number", |
|
|
|
name: "channelNum", |
|
|
|
label: "Channel Number", |
|
|
|
description: "LoRa channel number", |
|
|
|
label: "Frequency Slot", |
|
|
|
description: "LoRa frequency channel number", |
|
|
|
}, |
|
|
|
{ |
|
|
|
type: "toggle", |
|
|
|
|