AP_OSD: added missing parameter meta information for OSD_TYPE=5

This commit is contained in:
yaapu 2022-08-31 21:57:07 +02:00 committed by Peter Barker
parent 7ef7db717c
commit 28f2adf1b2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ const AP_Param::GroupInfo AP_OSD::var_info[] = {
// @Param: _TYPE
// @DisplayName: OSD type
// @Description: OSD type. TXONLY makes the OSD parameter selection available to other modules even if there is no native OSD support on the board, for instance CRSF.
// @Values: 0:None,1:MAX7456,2:SITL,3:MSP,4:TXONLY
// @Values: 0:None,1:MAX7456,2:SITL,3:MSP,4:TXONLY,5:MSP_DISPLAYPORT
// @User: Standard
// @RebootRequired: True
AP_GROUPINFO_FLAGS("_TYPE", 1, AP_OSD, osd_type, 0, AP_PARAM_FLAG_ENABLE),