Browse Source

remove precise location mention as there is a setting for that

pull/244/head
Hunter Thornsberry 2 years ago
parent
commit
4c1737bc44
  1. 2
      src/components/PageComponents/ModuleConfig/MQTT.tsx

2
src/components/PageComponents/ModuleConfig/MQTT.tsx

@ -155,7 +155,7 @@ export const MQTT = (): JSX.Element => {
name: "mapReportSettings.positionPrecision",
label: "Approximate Location",
description:
"If not sharing precise location, position shared on channel will be accurate within this distance",
"Position shared on channel will be accurate within this distance",
properties: {
enumValue: config.display?.units == 0 ?
{ "Within 23 km":10, "Within 12 km":11, "Within 5.8 km":12, "Within 2.9 km":13, "Within 1.5 km":14, "Within 700 m":15, "Within 350 m":16, "Within 200 m":17, "Within 90 m":18, "Within 50 m":19 } :

Loading…
Cancel
Save