From a13ad01b0a285a593949ea0246bbd83a066f44aa Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Tue, 31 Jan 2017 21:19:45 -0500 Subject: [PATCH] Add new Static fix type --- src/Vehicle/GPSFact.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Vehicle/GPSFact.json b/src/Vehicle/GPSFact.json index db76da950..9b018b459 100644 --- a/src/Vehicle/GPSFact.json +++ b/src/Vehicle/GPSFact.json @@ -22,8 +22,8 @@ "name": "lock", "shortDescription": "GPS Lock", "type": "uint32", - "enumStrings": "None,None,2D Lock,3D Lock,3D DGPS Lock,3D RTK GPS Lock (float),3D RTK GPS Lock (fixed)", - "enumValues": "0,1,2,3,4,5,6", + "enumStrings": "None,None,2D Lock,3D Lock,3D DGPS Lock,3D RTK GPS Lock (float),3D RTK GPS Lock (fixed),Static (fixed)", + "enumValues": "0,1,2,3,4,5,6,7", "decimalPlaces": 0 }, { -- 2.22.0