From d491300a7d53b9d25b02de234d4164c531853428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Wed, 1 Jun 2016 11:24:38 +0200 Subject: [PATCH] GPSFact.json: add RTK float & fixed types --- 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 73046fb2f..826ae1d6d 100644 --- a/src/Vehicle/GPSFact.json +++ b/src/Vehicle/GPSFact.json @@ -25,8 +25,8 @@ "name": "lock", "shortDescription": "GPS Lock", "type": "uint32", - "enumStrings": "None,None,2D Lock,3D Lock,3D DGPS Lock,3D RTK GPS Lock", - "enumValues": "0,1,2,3,4,5", + "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", "decimalPlaces": 0 }, { -- 2.22.0