mirror of
https://github.com/meshtastic/web.git
synced 2026-03-12 10:56:13 -04:00
Change 'powerScreenEnabled' config type to toggle
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user