mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Beacon: hide params with enable flag
This commit is contained in:
parent
2a14181e69
commit
280171e96b
@ -32,7 +32,7 @@ const AP_Param::GroupInfo AP_Beacon::var_info[] = {
|
|||||||
// @Description: What type of beacon based position estimation device is connected
|
// @Description: What type of beacon based position estimation device is connected
|
||||||
// @Values: 0:None,1:Pozyx,2:Marvelmind,3:Nooploop,10:SITL
|
// @Values: 0:None,1:Pozyx,2:Marvelmind,3:Nooploop,10:SITL
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("_TYPE", 0, AP_Beacon, _type, 0),
|
AP_GROUPINFO_FLAGS("_TYPE", 0, AP_Beacon, _type, 0, AP_PARAM_FLAG_ENABLE),
|
||||||
|
|
||||||
// @Param: _LATITUDE
|
// @Param: _LATITUDE
|
||||||
// @DisplayName: Beacon origin's latitude
|
// @DisplayName: Beacon origin's latitude
|
||||||
|
Loading…
Reference in New Issue
Block a user