AP_Beacon: correct parameter documentation to include SITL

This commit is contained in:
Peter Barker 2019-05-24 13:51:51 +10:00 committed by Andrew Tridgell
parent 64aafb2af2
commit 1c7a8c1509
1 changed files with 1 additions and 1 deletions

View File

@ -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),