Browse Source

AP_LandingGear: Improve the PWM parameters descriptions

mission-4.1.18
Dr.-Ing. Amilcar Do Carmo Lucas 8 years ago committed by Andrew Tridgell
parent
commit
eebf26ed9f
  1. 4
      libraries/AP_LandingGear/AP_LandingGear.cpp

4
libraries/AP_LandingGear/AP_LandingGear.cpp

@ -10,7 +10,7 @@ const AP_Param::GroupInfo AP_LandingGear::var_info[] = { @@ -10,7 +10,7 @@ const AP_Param::GroupInfo AP_LandingGear::var_info[] = {
// @Param: SERVO_RTRACT
// @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
// @Units: PWM
// @Increment: 1
@ -19,7 +19,7 @@ const AP_Param::GroupInfo AP_LandingGear::var_info[] = { @@ -19,7 +19,7 @@ const AP_Param::GroupInfo AP_LandingGear::var_info[] = {
// @Param: SERVO_DEPLOY
// @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
// @Units: PWM
// @Increment: 1

Loading…
Cancel
Save