mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_LeakDetector: update leak pin for navigator r3 in metadata
follow-up to 397def7b9e
This commit is contained in:
parent
c55c160f48
commit
57c6f54a51
@ -23,7 +23,7 @@ const AP_Param::GroupInfo AP_LeakDetector::var_info[] = {
|
|||||||
// @Param: 2_PIN
|
// @Param: 2_PIN
|
||||||
// @DisplayName: Pin that leak detector is connected to
|
// @DisplayName: Pin that leak detector is connected to
|
||||||
// @Description: Pin that the leak detector is connected to
|
// @Description: Pin that the leak detector is connected to
|
||||||
// @Values: -1:Disabled,50:Pixhawk Aux1,51:Pixhawk Aux2,52:Pixhawk Aux3,53:Pixhawk Aux4,54:Pixhawk Aux5,55:Pixhawk Aux6,13:Pixhawk 3.3ADC1,14:Pixhawk 3.3ADC2,15:Pixhawk 6.6ADC,11:Navigator Leak1
|
// @Values: -1:Disabled,50:Pixhawk Aux1,51:Pixhawk Aux2,52:Pixhawk Aux3,53:Pixhawk Aux4,54:Pixhawk Aux5,55:Pixhawk Aux6,13:Pixhawk 3.3ADC1,14:Pixhawk 3.3ADC2,15:Pixhawk 6.6ADC,27:Navigator Leak1
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
// @RebootRequired: True
|
// @RebootRequired: True
|
||||||
AP_GROUPINFO("2_PIN", 3, AP_LeakDetector, _pin[1], -1),
|
AP_GROUPINFO("2_PIN", 3, AP_LeakDetector, _pin[1], -1),
|
||||||
@ -40,7 +40,7 @@ const AP_Param::GroupInfo AP_LeakDetector::var_info[] = {
|
|||||||
// @Param: 3_PIN
|
// @Param: 3_PIN
|
||||||
// @DisplayName: Pin that leak detector is connected to
|
// @DisplayName: Pin that leak detector is connected to
|
||||||
// @Description: Pin that the leak detector is connected to
|
// @Description: Pin that the leak detector is connected to
|
||||||
// @Values: -1:Disabled,50:Pixhawk Aux1,51:Pixhawk Aux2,52:Pixhawk Aux3,53:Pixhawk Aux4,54:Pixhawk Aux5,55:Pixhawk Aux6,13:Pixhawk 3.3ADC1,14:Pixhawk 3.3ADC2,15:Pixhawk 6.6ADC,11:Navigator Leak1
|
// @Values: -1:Disabled,50:Pixhawk Aux1,51:Pixhawk Aux2,52:Pixhawk Aux3,53:Pixhawk Aux4,54:Pixhawk Aux5,55:Pixhawk Aux6,13:Pixhawk 3.3ADC1,14:Pixhawk 3.3ADC2,15:Pixhawk 6.6ADC,27:Navigator Leak1
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
// @RebootRequired: True
|
// @RebootRequired: True
|
||||||
AP_GROUPINFO("3_PIN", 5, AP_LeakDetector, _pin[2], -1),
|
AP_GROUPINFO("3_PIN", 5, AP_LeakDetector, _pin[2], -1),
|
||||||
|
Loading…
Reference in New Issue
Block a user