mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_Camera: add RunCam device type 2 documentation
This commit is contained in:
parent
e3d22b9d27
commit
b8878380d6
@ -32,8 +32,8 @@
|
||||
const AP_Param::GroupInfo AP_RunCam::var_info[] = {
|
||||
// @Param: TYPE
|
||||
// @DisplayName: RunCam device type
|
||||
// @Description: RunCam deviee type used to determine OSD menu structure and shutter options
|
||||
// @Values: 0:Disabled, 1:RunCam Split
|
||||
// @Description: RunCam deviee type used to determine OSD menu structure and shutter options.
|
||||
// @Values: 0:Disabled, 1:RunCam Split Micro/RunCam with UART, 2:RunCam Split
|
||||
AP_GROUPINFO_FLAGS("TYPE", 1, AP_RunCam, _cam_type, int(DeviceType::Disabled), AP_PARAM_FLAG_ENABLE),
|
||||
|
||||
// @Param: FEATURES
|
||||
|
Loading…
Reference in New Issue
Block a user