mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
AP_Proximity: Add missing @RebootRequired: True
This commit is contained in:
parent
60aeade0f4
commit
6c14f498f7
@ -30,6 +30,7 @@ const AP_Param::GroupInfo AP_Proximity::var_info[] = {
|
|||||||
// @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,2:MAVLink,3:TeraRangerTower,4:RangeFinder
|
// @Values: 0:None,1:LightWareSF40C,2:MAVLink,3:TeraRangerTower,4:RangeFinder
|
||||||
|
// @RebootRequired: True
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("_TYPE", 1, AP_Proximity, _type[0], 0),
|
AP_GROUPINFO("_TYPE", 1, AP_Proximity, _type[0], 0),
|
||||||
|
|
||||||
@ -150,6 +151,7 @@ const AP_Param::GroupInfo AP_Proximity::var_info[] = {
|
|||||||
// @Description: What type of proximity sensor is connected
|
// @Description: What type of proximity sensor is connected
|
||||||
// @Values: 0:None,1:LightWareSF40C,2:MAVLink,3:TeraRangerTower,4:RangeFinder
|
// @Values: 0:None,1:LightWareSF40C,2:MAVLink,3:TeraRangerTower,4:RangeFinder
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
|
// @RebootRequired: True
|
||||||
AP_GROUPINFO("2_TYPE", 16, AP_Proximity, _type[1], 0),
|
AP_GROUPINFO("2_TYPE", 16, AP_Proximity, _type[1], 0),
|
||||||
|
|
||||||
// @Param: 2_ORIENT
|
// @Param: 2_ORIENT
|
||||||
|
Loading…
Reference in New Issue
Block a user