update deps & protobufs

This commit is contained in:
Sacha Weatherstone
2023-10-24 23:36:36 +10:00
parent b20c2b29b2
commit aa75389cfe
4 changed files with 1005 additions and 825 deletions

View File

@@ -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",
},
]
},
],
},
]}