mirror of https://github.com/ArduPilot/ardupilot
Camera: Fix an incorrect label on CAM_DURATION
This commit is contained in:
parent
1d7994e9ba
commit
18b5446765
|
@ -26,7 +26,7 @@ const AP_Param::GroupInfo AP_Camera::var_info[] = {
|
|||
// @Param: DURATION
|
||||
// @DisplayName: Duration that shutter is held open
|
||||
// @Description: How long the shutter will be held open in 10ths of a second (i.e. enter 10 for 1second, 50 for 5seconds)
|
||||
// @Units: seconds
|
||||
// @Units: deciseconds
|
||||
// @Range: 0 50
|
||||
// @User: Standard
|
||||
AP_GROUPINFO("DURATION", 1, AP_Camera, _trigger_duration, AP_CAMERA_TRIGGER_DEFAULT_DURATION),
|
||||
|
|
Loading…
Reference in New Issue