AP_Camera: TYPE param desc gets None value

This commit is contained in:
Randy Mackay 2023-07-21 10:26:09 +09:00 committed by Andrew Tridgell
parent 380c20154f
commit 7de2dac9ca

View File

@ -8,7 +8,7 @@ const AP_Param::GroupInfo AP_Camera_Params::var_info[] = {
// @Param: _TYPE // @Param: _TYPE
// @DisplayName: Camera shutter (trigger) type // @DisplayName: Camera shutter (trigger) type
// @Description: how to trigger the camera to take a picture // @Description: how to trigger the camera to take a picture
// @Values: 1:Servo,2:Relay, 3:GoPro in Solo Gimbal, 4:Mount (Siyi), 5:MAVLink, 6:MAVLinkCamV2, 7:Scripting // @Values: 0:None, 1:Servo, 2:Relay, 3:GoPro in Solo Gimbal, 4:Mount (Siyi), 5:MAVLink, 6:MAVLinkCamV2, 7:Scripting
// @User: Standard // @User: Standard
AP_GROUPINFO_FLAGS("_TYPE", 1, AP_Camera_Params, type, 0, AP_PARAM_FLAG_ENABLE), AP_GROUPINFO_FLAGS("_TYPE", 1, AP_Camera_Params, type, 0, AP_PARAM_FLAG_ENABLE),