Skip to content

Commit

Permalink
There is no longer a setting here
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter275 committed Sep 17, 2024
1 parent 3d3a08a commit 0e92dd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
35 changes: 0 additions & 35 deletions src/components/PageComponents/Config/Position.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,41 +77,6 @@ export const Position = (): JSX.Element => {
label: "Enable Pin",
description: "GPS module enable pin override",
},
{
type: "select",
name: "channelPrecision",
label: "Channel Precision",
description:
"GPS channel precision",
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,
}
: {
"Within 15 miles": 10,
"Within 7.3 miles": 11,
"Within 3.6 miles": 12,
"Within 1.8 miles": 13,
"Within 0.9 miles": 14,
"Within 0.5 miles": 15,
"Within 0.2 miles": 16,
"Within 600 feet": 17,
"Within 300 feet": 18,
"Within 150 feet": 19,
},
},
},
],
},
{
Expand Down
3 changes: 0 additions & 3 deletions src/validation/config/position.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,4 @@ export class PositionValidation

@IsEnum(Protobuf.Config.Config_PositionConfig_GpsMode)
gpsMode: Protobuf.Config.Config_PositionConfig_GpsMode;

@IsArray()
channelPrecision: number[];
}

0 comments on commit 0e92dd9

Please sign in to comment.