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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
0 deletions
-
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", |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
]} |
|
|
|
|