Commit 1a7aefe4 authored by Gus Grubba's avatar Gus Grubba

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.
parent 4b9b1038
......@@ -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 @@
"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" },
{
......
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