From 1a7aefe46259fe8c337471546fc3678c1d6a1207 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Mon, 29 Jul 2019 09:39:01 -0400 Subject: [PATCH] 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. --- src/MissionManager/MavCmdInfoCommon.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/MissionManager/MavCmdInfoCommon.json b/src/MissionManager/MavCmdInfoCommon.json index 51c7bcc1d..e3d017852 100644 --- a/src/MissionManager/MavCmdInfoCommon.json +++ b/src/MissionManager/MavCmdInfoCommon.json @@ -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" }, { -- 2.22.0