Skip to content

Commit

Permalink
Merge pull request #163 from pdxlocations/frequency-slot
Browse files Browse the repository at this point in the history
change name channel to frequency slot
  • Loading branch information
sachaw authored Feb 19, 2024
2 parents 4d0bd1f + 35aa611 commit 291fce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PageComponents/Config/LoRa.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 291fce5

Please sign in to comment.