mirror of
https://github.com/meshtastic/web.git
synced 2026-04-21 22:40:01 -04:00
update to namespaced protobufs
This commit is contained in:
@@ -8,7 +8,7 @@ export const ExternalNotification = (): JSX.Element => {
|
||||
|
||||
const onSubmit = (data: ExternalNotificationValidation) => {
|
||||
setWorkingModuleConfig(
|
||||
new Protobuf.ModuleConfig({
|
||||
new Protobuf.ModuleConfig.ModuleConfig({
|
||||
payloadVariant: {
|
||||
case: "externalNotification",
|
||||
value: data,
|
||||
|
||||
Reference in New Issue
Block a user