AP_Beacon: hide params with enable flag

This commit is contained in:
Iampete1 2021-08-08 22:26:48 +01:00 committed by Andrew Tridgell
parent 2a14181e69
commit 280171e96b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const AP_Param::GroupInfo AP_Beacon::var_info[] = {
// @Description: What type of beacon based position estimation device is connected
// @Values: 0:None,1:Pozyx,2:Marvelmind,3:Nooploop,10:SITL
// @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
// @DisplayName: Beacon origin's latitude