mirror of https://github.com/ArduPilot/ardupilot
AP_Parachute: Improve the PWM parameters descriptions
This commit is contained in:
parent
1b062d9d29
commit
89a0d2aa3b
|
@ -26,7 +26,7 @@ const AP_Param::GroupInfo AP_Parachute::var_info[] = {
|
|||
|
||||
// @Param: SERVO_ON
|
||||
// @DisplayName: Parachute Servo ON PWM value
|
||||
// @Description: Parachute Servo PWM value when parachute is released
|
||||
// @Description: Parachute Servo PWM value in microseconds when parachute is released
|
||||
// @Range: 1000 2000
|
||||
// @Units: PWM
|
||||
// @Increment: 1
|
||||
|
@ -35,7 +35,7 @@ const AP_Param::GroupInfo AP_Parachute::var_info[] = {
|
|||
|
||||
// @Param: SERVO_OFF
|
||||
// @DisplayName: Servo OFF PWM value
|
||||
// @Description: Parachute Servo PWM value when parachute is not released
|
||||
// @Description: Parachute Servo PWM value in microseconds when parachute is not released
|
||||
// @Range: 1000 2000
|
||||
// @Units: PWM
|
||||
// @Increment: 1
|
||||
|
|
Loading…
Reference in New Issue