Browse Source

Rename modes for usability

QGC4.4
DonLakeFlyer 8 years ago
parent
commit
3c7c305491
  1. 2
      src/MissionManager/CameraSection.FactMetaData.json

2
src/MissionManager/CameraSection.FactMetaData.json

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

Loading…
Cancel
Save