mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
AP_Proximity: add MAV type to parameter descriptions
This commit is contained in:
parent
c6875e1756
commit
d4daa10045
@ -27,7 +27,7 @@ const AP_Param::GroupInfo AP_Proximity::var_info[] = {
|
|||||||
// @Param: _TYPE
|
// @Param: _TYPE
|
||||||
// @DisplayName: Proximity type
|
// @DisplayName: Proximity type
|
||||||
// @Description: What type of proximity sensor is connected
|
// @Description: What type of proximity sensor is connected
|
||||||
// @Values: 0:None,1:LightWareSF40C
|
// @Values: 0:None,1:LightWareSF40C,2:MAVLink
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("_TYPE", 1, AP_Proximity, _type[0], 0),
|
AP_GROUPINFO("_TYPE", 1, AP_Proximity, _type[0], 0),
|
||||||
|
|
||||||
@ -133,7 +133,7 @@ const AP_Param::GroupInfo AP_Proximity::var_info[] = {
|
|||||||
// @Param: 2_TYPE
|
// @Param: 2_TYPE
|
||||||
// @DisplayName: Second Proximity type
|
// @DisplayName: Second Proximity type
|
||||||
// @Description: What type of proximity sensor is connected
|
// @Description: What type of proximity sensor is connected
|
||||||
// @Values: 0:None,1:LightWareSF40C
|
// @Values: 0:None,1:LightWareSF40C,2:MAVLink
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("2_TYPE", 16, AP_Proximity, _type[1], 0),
|
AP_GROUPINFO("2_TYPE", 16, AP_Proximity, _type[1], 0),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user