mirror of https://github.com/ArduPilot/ardupilot
AP_Beacon: correct parameter documentation to include SITL
This commit is contained in:
parent
64aafb2af2
commit
1c7a8c1509
|
@ -29,7 +29,7 @@ const AP_Param::GroupInfo AP_Beacon::var_info[] = {
|
|||
// @Param: _TYPE
|
||||
// @DisplayName: Beacon based position estimation device type
|
||||
// @Description: What type of beacon based position estimation device is connected
|
||||
// @Values: 0:None,1:Pozyx,2:Marvelmind
|
||||
// @Values: 0:None,1:Pozyx,2:Marvelmind,10:SITL
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("_TYPE", 0, AP_Beacon, _type, 0),
|
||||
|
||||
|
|
Loading…
Reference in New Issue