mirror of
https://github.com/meshtastic/web.git
synced 2026-04-21 22:40:01 -04:00
update deps & protobufs
This commit is contained in:
@@ -180,6 +180,17 @@ export const ExternalNotification = (): JSX.Element => {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "toggle",
|
||||
name: "useI2sAsBuzzer",
|
||||
label: "Use I²S Pin as Buzzer",
|
||||
description: "Designate I²S Pin as Buzzer Output",
|
||||
disabledBy: [
|
||||
{
|
||||
fieldName: "enabled",
|
||||
},
|
||||
]
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user