Browse Source

Merge pull request #5596 from DonLakeFlyer/Rename

Rename camera modes for usability
QGC4.4
Don Gagne 8 years ago committed by GitHub
parent
commit
2e155a4c47
  1. 2
      src/MissionManager/CameraSection.FactMetaData.json

2
src/MissionManager/CameraSection.FactMetaData.json

@ -49,7 +49,7 @@ @@ -49,7 +49,7 @@
"name": "CameraMode",
"shortDescription": "Specify whether the camera should switch to photo or video mode",
"type": "uint32",
"enumStrings": "Take photos,Record video",
"enumStrings": "Photo,Video",
"enumValues": "0,1",
"defaultValue": 0
}

Loading…
Cancel
Save