From db50bb5c1bcc4426a7f11248909a793533593ed4 Mon Sep 17 00:00:00 2001 From: Hunter Thornsberry Date: Wed, 12 Mar 2025 22:32:01 -0400 Subject: [PATCH] stop gap for channel position precision until fix is worked out --- src/components/PageComponents/Channel.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/PageComponents/Channel.tsx b/src/components/PageComponents/Channel.tsx index 78cad593..285f7f4f 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(() => {