diff --git a/src/components/PageComponents/Channel.tsx b/src/components/PageComponents/Channel.tsx index 1104c4c1..22e1e8cb 100644 --- a/src/components/PageComponents/Channel.tsx +++ b/src/components/PageComponents/Channel.tsx @@ -34,13 +34,13 @@ export const Channel = ({ channel }: SettingsPanelProps) => { settings: { ...data.settings, psk: toByteArray(pass), - moduleSettings: { - positionPrecision: data.settings.positionEnabled - ? data.settings.preciseLocation - ? 32 - : data.settings.positionPrecision - : 0, - }, + // moduleSettings: { + // positionPrecision: data.settings.positionEnabled + // ? data.settings.preciseLocation + // ? 32 + // : data.settings.positionPrecision + // : 0, + // }, }, }); connection?.setChannel(channel).then(() => {