diff --git a/src/components/PageComponents/Channel.tsx b/src/components/PageComponents/Channel.tsx index 1356f616..1a523ca4 100644 --- a/src/components/PageComponents/Channel.tsx +++ b/src/components/PageComponents/Channel.tsx @@ -34,9 +34,10 @@ export const Channel = ({ channel }: SettingsPanelProps) => { settings: { ...data.settings, psk: toByteArray(pass), - moduleSettings: {...data.settings.moduleSettings, + moduleSettings: create(Protobuf.Channel.ModuleSettingsSchema, { + ...data.settings.moduleSettings, positionPrecision: data.settings.moduleSettings.positionPrecision, - }, + }), }, }); connection?.setChannel(channel).then(() => {