Browse Source

Merge pull request #339 from hectorthemonk/patch-1

Add ledHeartbeatDisabled to Device Settings in Radio Config
pull/378/head
Hunter Thornsberry 2 years ago
committed by GitHub
parent
commit
615045be9f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      src/components/PageComponents/Config/Device.tsx

6
src/components/PageComponents/Config/Device.tsx

@ -94,6 +94,12 @@ export const Device = (): JSX.Element => {
label: "Disable Triple Click",
description: "Disable triple click",
},
{
type: "toggle",
name: "ledHeartbeatDisabled",
label: "LED Heartbeat Disabled",
description: "Disable default blinking LED",
},
],
},
]}

Loading…
Cancel
Save