Hunter Thornsberry
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
0 additions and
9 deletions
-
src/components/PageComponents/Config/Position.tsx
-
src/validation/config/position.ts
|
|
@ -77,12 +77,6 @@ export const Position = (): JSX.Element => { |
|
|
label: "Enable Pin", |
|
|
label: "Enable Pin", |
|
|
description: "GPS module enable pin override", |
|
|
description: "GPS module enable pin override", |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
type: "number", |
|
|
|
|
|
name: "channelPrecision", |
|
|
|
|
|
label: "Channel Precision", |
|
|
|
|
|
description: "GPS channel precision", |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
@ -43,7 +43,4 @@ export class PositionValidation |
|
|
|
|
|
|
|
|
@IsEnum(Protobuf.Config.Config_PositionConfig_GpsMode) |
|
|
@IsEnum(Protobuf.Config.Config_PositionConfig_GpsMode) |
|
|
gpsMode: Protobuf.Config.Config_PositionConfig_GpsMode; |
|
|
gpsMode: Protobuf.Config.Config_PositionConfig_GpsMode; |
|
|
|
|
|
|
|
|
@IsArray() |
|
|
|
|
|
channelPrecision: number[]; |
|
|
|
|
|
} |
|
|
} |
|
|
|