Skip to content

Commit

Permalink
Merge pull request #288 from mrfyda/master
Browse files Browse the repository at this point in the history
Change 'powerScreenEnabled' config type to toggle
  • Loading branch information
Hunter275 authored Sep 1, 2024
2 parents b9a8a2b + 05a6b62 commit 7d1135b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageComponents/ModuleConfig/Telemetry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const Telemetry = (): JSX.Element => {
description: "How often to send Power data over the mesh",
},
{
type: "text",
type: "toggle",
name: "powerScreenEnabled",
label: "Power Screen Enabled",
description: "Enable the Power Telemetry Screen",
Expand Down

0 comments on commit 7d1135b

Please sign in to comment.