Browse Source

Change 'powerScreenEnabled' config type to toggle

pull/288/head
Rafael Cortês 2 years ago
parent
commit
05a6b6293e
No known key found for this signature in database GPG Key ID: 82072986FD1ADBE4
  1. 2
      src/components/PageComponents/ModuleConfig/Telemetry.tsx

2
src/components/PageComponents/ModuleConfig/Telemetry.tsx

@ -87,7 +87,7 @@ export const Telemetry = (): JSX.Element => {
description: "How often to send Power data over the mesh", description: "How often to send Power data over the mesh",
}, },
{ {
type: "text", type: "toggle",
name: "powerScreenEnabled", name: "powerScreenEnabled",
label: "Power Screen Enabled", label: "Power Screen Enabled",
description: "Enable the Power Telemetry Screen", description: "Enable the Power Telemetry Screen",

Loading…
Cancel
Save