Commit d67b1830 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5292 from DonLakeFlyer/CameraNoOp

Camera Section: Wording change
parents b0eaecb7 3e55580a
......@@ -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
},
......
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