Skip to content

Commit

Permalink
Merge pull request #339 from hectorthemonk/patch-1
Browse files Browse the repository at this point in the history
Add ledHeartbeatDisabled to Device Settings in Radio Config
  • Loading branch information
Hunter275 authored Nov 10, 2024
2 parents f48f9cc + 9aafa68 commit 615045b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/PageComponents/Config/Device.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
]}
Expand Down

0 comments on commit 615045b

Please sign in to comment.