mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_LandingGear: Improve the PWM parameters descriptions
This commit is contained in:
parent
d1f9633ed2
commit
eebf26ed9f
@ -10,7 +10,7 @@ const AP_Param::GroupInfo AP_LandingGear::var_info[] = {
|
|||||||
|
|
||||||
// @Param: SERVO_RTRACT
|
// @Param: SERVO_RTRACT
|
||||||
// @DisplayName: Landing Gear Servo Retracted PWM Value
|
// @DisplayName: Landing Gear Servo Retracted PWM Value
|
||||||
// @Description: Servo PWM value when landing gear is retracted
|
// @Description: Servo PWM value in microseconds when landing gear is retracted
|
||||||
// @Range: 1000 2000
|
// @Range: 1000 2000
|
||||||
// @Units: PWM
|
// @Units: PWM
|
||||||
// @Increment: 1
|
// @Increment: 1
|
||||||
@ -19,7 +19,7 @@ const AP_Param::GroupInfo AP_LandingGear::var_info[] = {
|
|||||||
|
|
||||||
// @Param: SERVO_DEPLOY
|
// @Param: SERVO_DEPLOY
|
||||||
// @DisplayName: Landing Gear Servo Deployed PWM Value
|
// @DisplayName: Landing Gear Servo Deployed PWM Value
|
||||||
// @Description: Servo PWM value when landing gear is deployed
|
// @Description: Servo PWM value in microseconds when landing gear is deployed
|
||||||
// @Range: 1000 2000
|
// @Range: 1000 2000
|
||||||
// @Units: PWM
|
// @Units: PWM
|
||||||
// @Increment: 1
|
// @Increment: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user