Commit a4f8fbbe authored by Don Gagne's avatar Don Gagne

PX4 GeoFence support

parent 7a791d77
......@@ -87,7 +87,7 @@ QGCView {
anchors.rightMargin: _margins
anchors.left: parent.left
anchors.top: failsafeLabel.bottom
width: throttleEnableCombo.x + throttleEnableCombo.x + _margins
width: throttleEnableCombo.x + throttleEnableCombo.width + _margins
height: mahField.y + mahField.height + _margins
color: palette.windowShade
......
......@@ -176,9 +176,11 @@
1 50 FW_YR_IMAX 0.2 9
1 50 FW_YR_P 0.05 9
1 50 FW_Y_RMAX 0 9
1 50 GF_ACTION 1 6
1 50 GF_ALTMODE 0 6
1 50 GF_COUNT -1 6
1 50 GF_ON 1 6
1 50 GF_MAX_HOR_DIST -1 6
1 50 GF_MAX_VER_DIST -1 6
1 50 GF_SOURCE 0 6
1 50 INAV_DELAY_GPS 0.2 9
1 50 INAV_ENABLED 0 6
......
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