Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxlocations committed Sep 30, 2023
1 parent 273ec23 commit f5b498a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/PageComponents/Channel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const Channel = ({ channel }: SettingsPanelProps): JSX.Element => {
type: "password",
name: "settings.psk",
label: "pre-Shared Key",
description: "0, 16, or 32 bytes, \"0\"= no crypto, \"1\" = default key",
description: "16, or 32 bytes, \"0\"= no crypto, \"1\" = default key",
properties: {
// act
},
Expand All @@ -76,13 +76,13 @@ export const Channel = ({ channel }: SettingsPanelProps): JSX.Element => {
type: "toggle",
name: "settings.uplinkEnabled",
label: "Uplink Enabled",
description: "Sends messages to MQTT from the local mesh",
description: "Send messages to MQTT from the local mesh",
},
{
type: "toggle",
name: "settings.downlinkEnabled",
label: "Downlink Enabled",
description: "Sends messages from the local mesh to MQTT",
description: "Send messages to the local mesh from MQTT",
},
],
},
Expand Down

0 comments on commit f5b498a

Please sign in to comment.