mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
AP_Arming: update param description for VOLT_MIN
This commit is contained in:
parent
fd86b2bbb9
commit
951c947bec
@ -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[] = {
|
||||
|
||||
// @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
|
||||
|
Loading…
Reference in New Issue
Block a user