Commit d491300a authored by Beat Küng's avatar Beat Küng

GPSFact.json: add RTK float & fixed types

parent 28c85e76
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
"name": "lock", "name": "lock",
"shortDescription": "GPS Lock", "shortDescription": "GPS Lock",
"type": "uint32", "type": "uint32",
"enumStrings": "None,None,2D Lock,3D Lock,3D DGPS Lock,3D RTK GPS Lock", "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", "enumValues": "0,1,2,3,4,5,6",
"decimalPlaces": 0 "decimalPlaces": 0
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment