Skip to content

Commit

Permalink
Merge pull request #303 from Hunter275/gps-precision
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter275 committed Sep 18, 2024
2 parents 8cfcd7b + 0e92dd9 commit 02cb4f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions src/components/PageComponents/Config/Position.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ export const Position = (): JSX.Element => {
label: "Enable Pin",
description: "GPS module enable pin override",
},
{
type: "number",
name: "channelPrecision",
label: "Channel Precision",
description: "GPS channel precision",
},
],
},
{
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 02cb4f2

Please sign in to comment.