mirror of https://github.com/ArduPilot/ardupilot
AP_LeakDetector: replaced Pixhawk with more appropriate wording in docs
This commit is contained in:
parent
b6dbc618dc
commit
6888ddc4cc
|
@ -7,7 +7,7 @@ const AP_Param::GroupInfo AP_LeakDetector::var_info[] = {
|
||||||
// @Param: 1_PIN
|
// @Param: 1_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,27:Navigator Built-In
|
// @Values: -1:Disabled,50:AUX1,51:AUX2,52:AUX3,53:AUX4,54:AUX5,55:AUX6,13:Pixhawk 3.3ADC1,14:Pixhawk 3.3ADC2,15:Pixhawk 6.6ADC,27:Navigator Built-In
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
// @RebootRequired: True
|
// @RebootRequired: True
|
||||||
AP_GROUPINFO("1_PIN", 1, AP_LeakDetector, _pin[0], -1),
|
AP_GROUPINFO("1_PIN", 1, AP_LeakDetector, _pin[0], -1),
|
||||||
|
@ -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,27:Navigator Leak1
|
// @Values: -1:Disabled,50:AUX1,51:AUX2,52:AUX3,53:AUX4,54:AUX5,55: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,27:Navigator Leak1
|
// @Values: -1:Disabled,50:AUX1,51:AUX2,52:AUX3,53:AUX4,54:AUX5,55: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