Browse Source

Add missing "friendlyEdit" to camera commands.

There are no editable parameters and without this, you are presented with a raw list of all 7 parameters to edit.
QGC4.4
Gus Grubba 6 years ago
parent
commit
1a7aefe462
  1. 6
      src/MissionManager/MavCmdInfoCommon.json

6
src/MissionManager/MavCmdInfoCommon.json

@ -1024,7 +1024,8 @@ @@ -1024,7 +1024,8 @@
"rawName": "MAV_CMD_IMAGE_STOP_CAPTURE",
"friendlyName": "Stop image capture",
"description": "Stop taking photos.",
"category": "Camera"
"category": "Camera",
"friendlyEdit": true
},
{ "id": 2003, "rawName": "MAV_CMD_DO_TRIGGER_CONTROL", "friendlyName": "Trigger control" },
{
@ -1045,7 +1046,8 @@ @@ -1045,7 +1046,8 @@
"rawName": "MAV_CMD_VIDEO_STOP_CAPTURE",
"friendlyName": "Stop video capture",
"description": "Stop video capture.",
"category": "Camera"
"category": "Camera",
"friendlyEdit": true
},
{ "id": 2800, "rawName": "MAV_CMD_PANORAMA_CREATE", "friendlyName": "Create panorama" },
{

Loading…
Cancel
Save