Browse Source
Change 'powerScreenEnabled' config type to toggle
pull/288/head
Rafael Cortês
2 years ago
No known key found for this signature in database
GPG Key ID: 82072986FD1ADBE4
1 changed files with
1 additions and
1 deletions
-
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", |
|
|
|