|
|
|
@ -56,7 +56,7 @@ const AP_Param::GroupInfo AP_Arming::var_info[] = {
@@ -56,7 +56,7 @@ const AP_Param::GroupInfo AP_Arming::var_info[] = {
|
|
|
|
|
|
|
|
|
|
// @Param: VOLT_MIN
|
|
|
|
|
// @DisplayName: Arming voltage minimum on the first battery
|
|
|
|
|
// @Description: The minimum voltage on the first battery to arm, 0 disables the check
|
|
|
|
|
// @Description: The minimum voltage of the first battery required to arm, 0 disables the check
|
|
|
|
|
// @Units: V
|
|
|
|
|
// @Increment: 0.1
|
|
|
|
|
// @User: Standard
|
|
|
|
@ -64,7 +64,7 @@ const AP_Param::GroupInfo AP_Arming::var_info[] = {
@@ -64,7 +64,7 @@ const AP_Param::GroupInfo AP_Arming::var_info[] = {
|
|
|
|
|
|
|
|
|
|
// @Param: VOLT2_MIN
|
|
|
|
|
// @DisplayName: Arming voltage minimum on the second battery
|
|
|
|
|
// @Description: The minimum voltage on the first battery to arm, 0 disables the check
|
|
|
|
|
// @Description: The minimum voltage of the second battery required to arm, 0 disables the check
|
|
|
|
|
// @Units: V
|
|
|
|
|
// @Increment: 0.1
|
|
|
|
|
// @User: Standard
|
|
|
|
|