Browse Source

Add ledHeartbeatDisabled to Device Settings in Radio Config

`led_heartbeat_disabled` in https://buf.build/meshtastic/protobufs/docs/main:meshtastic#meshtastic.Config.DeviceConfig
pull/339/head
hectorthemonk 2 years ago
committed by GitHub
parent
commit
9aafa681e8
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