mirror of
https://github.com/meshtastic/web.git
synced 2026-04-24 16:00:32 -04:00
remove precise location mention as there is a setting for that
This commit is contained in:
@@ -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 } :
|
||||
|
||||
Reference in New Issue
Block a user