diff --git a/src/FirmwarePlugin/APM/MavCmdInfoFixedWing.json b/src/FirmwarePlugin/APM/MavCmdInfoFixedWing.json index fde6c69..8e6320d 100644 --- a/src/FirmwarePlugin/APM/MavCmdInfoFixedWing.json +++ b/src/FirmwarePlugin/APM/MavCmdInfoFixedWing.json @@ -7,7 +7,7 @@ "rawName": "MAV_CMD_NAV_TAKEOFF", "friendlyName": "Takeoff", "description": "Take off from the ground.", - "specifiesCoordinate": true, + "specifiesCoordinate": false, "friendlyEdit": true, "category": "Basic", "param1": { diff --git a/src/FirmwarePlugin/APM/MavCmdInfoMultiRotor.json b/src/FirmwarePlugin/APM/MavCmdInfoMultiRotor.json index 13c75c6..850e51d 100644 --- a/src/FirmwarePlugin/APM/MavCmdInfoMultiRotor.json +++ b/src/FirmwarePlugin/APM/MavCmdInfoMultiRotor.json @@ -7,7 +7,7 @@ "rawName": "MAV_CMD_NAV_TAKEOFF", "friendlyName": "Takeoff", "description": "Take off from the ground.", - "specifiesCoordinate": true, + "specifiesCoordinate": false, "friendlyEdit": true, "category": "Basic" },