Commit 7217c644 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #4497 from DonLakeFlyer/GPSFix

Add new Static fix type
parents 1aa9aab8 a13ad01b
......@@ -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
},
{
......
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