mirror of
https://github.com/meshtastic/web.git
synced 2026-01-26 16:29:24 -05:00
Fix ipv4 config protobuf serialization
This commit is contained in:
@@ -11,7 +11,12 @@ export const Network = (): JSX.Element => {
|
||||
new Protobuf.Config({
|
||||
payloadVariant: {
|
||||
case: "network",
|
||||
value: data
|
||||
value: {
|
||||
...data,
|
||||
ipv4Config: new Protobuf.Config_NetworkConfig_IpV4Config(
|
||||
data.ipv4Config
|
||||
)
|
||||
}
|
||||
}
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user