mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
AP_ADSB: remove @Values from param metadata where @Bitmask exists
This commit is contained in:
parent
cc121b5b6d
commit
9690d78095
@ -131,7 +131,6 @@ const AP_Param::GroupInfo AP_ADSB::var_info[] = {
|
|||||||
// @Param: RF_CAPABLE
|
// @Param: RF_CAPABLE
|
||||||
// @DisplayName: RF capabilities
|
// @DisplayName: RF capabilities
|
||||||
// @Description: Describes your hardware RF In/Out capabilities.
|
// @Description: Describes your hardware RF In/Out capabilities.
|
||||||
// @Values: 0:Unknown,1:Rx UAT only,3:Rx UAT and 1090ES,7:Rx&Tx UAT and 1090ES
|
|
||||||
// @Bitmask: 0:UAT_in,1:1090ES_in,2:UAT_out,3:1090ES_out
|
// @Bitmask: 0:UAT_in,1:1090ES_in,2:UAT_out,3:1090ES_out
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("RF_CAPABLE", 11, AP_ADSB, out_state.cfg.rf_capable, 0),
|
AP_GROUPINFO("RF_CAPABLE", 11, AP_ADSB, out_state.cfg.rf_capable, 0),
|
||||||
|
Loading…
Reference in New Issue
Block a user