Browse Source

Merge pull request #5292 from DonLakeFlyer/CameraNoOp

Camera Section: Wording change
QGC4.4
Don Gagne 8 years ago committed by GitHub
parent
commit
d67b183052
  1. 2
      src/MissionManager/CameraSection.FactMetaData.json

2
src/MissionManager/CameraSection.FactMetaData.json

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
"name": "CameraAction",
"shortDescription": "Specify whether the camera should take photos or video",
"type": "uint32",
"enumStrings": "Continue current action,Take photo,Take photos (time),Take photos (distance),Stop taking photos,Start recording video,Stop recording video",
"enumStrings": "No change,Take photo,Take photos (time),Take photos (distance),Stop taking photos,Start recording video,Stop recording video",
"enumValues": "0,6,1,2,3,4,5",
"defaultValue": 0
},

Loading…
Cancel
Save