Commit 9a32905d authored by Don Gagne's avatar Don Gagne

Fix loiter xTrack enum

parent 2e697315
......@@ -92,8 +92,8 @@
"decimalPlaces": 2
},
"param4": {
"label": "Next waypoint start:",
"enumStrings": "Center,On Loiter",
"label": "Exit loiter from:",
"enumStrings": "Center,Tangent",
"enumValues": "0,1",
"default": 1,
"decimalPlaces": 0
......@@ -120,8 +120,8 @@
"decimalPlaces": 2
},
"param4": {
"label": "Next waypoint start:",
"enumStrings": "Center,On Loiter",
"label": "Exit loiter from:",
"enumStrings": "Center,Tangent",
"enumValues": "0,1",
"default": 1,
"decimalPlaces": 0
......@@ -224,8 +224,8 @@
"decimalPlaces": 2
},
"param4": {
"label": "Next waypoint start:",
"enumStrings": "Center,On Loiter",
"label": "Exit loiter from:",
"enumStrings": "Center,Tangent",
"enumValues": "0,1",
"default": 1,
"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