Browse Source
Merge pull request #288 from mrfyda/master
Change 'powerScreenEnabled' config type to toggle
pull/289/head
Hunter Thornsberry
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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", |
|
|
|
}, |
|
|
|
{ |
|
|
|
type: "text", |
|
|
|
type: "toggle", |
|
|
|
name: "powerScreenEnabled", |
|
|
|
label: "Power Screen Enabled", |
|
|
|
description: "Enable the Power Telemetry Screen", |
|
|
|
|