mirror of
https://github.com/meshtastic/web.git
synced 2026-05-05 21:25:01 -04:00
remove gpsEnabled and gpsAttemptTime again
This commit is contained in:
@@ -7,12 +7,6 @@ const DeprecatedPositionValidationFields = ['gpsEnabled', 'gpsAttemptTime'];
|
||||
export class PositionValidation
|
||||
implements Omit<Protobuf.Config.Config_PositionConfig, keyof Message | typeof DeprecatedPositionValidationFields[number]>
|
||||
{
|
||||
@IsBoolean()
|
||||
gpsEnabled: boolean;
|
||||
|
||||
@IsInt()
|
||||
gpsAttemptTime: number;
|
||||
|
||||
@IsInt()
|
||||
positionBroadcastSecs: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user