Browse Source

AP_Camera: Improve the PWM parameters descriptions

master
Dr.-Ing. Amilcar Do Carmo Lucas 8 years ago committed by Andrew Tridgell
parent
commit
67620e87f0
  1. 4
      libraries/AP_Camera/AP_Camera.cpp

4
libraries/AP_Camera/AP_Camera.cpp

@ -33,7 +33,7 @@ const AP_Param::GroupInfo AP_Camera::var_info[] = { @@ -33,7 +33,7 @@ const AP_Param::GroupInfo AP_Camera::var_info[] = {
// @Param: SERVO_ON
// @DisplayName: Servo ON PWM value
// @Description: PWM value to move servo to when shutter is activated
// @Description: PWM value in microseconds to move servo to when shutter is activated
// @Units: PWM
// @Range: 1000 2000
// @User: Standard
@ -41,7 +41,7 @@ const AP_Param::GroupInfo AP_Camera::var_info[] = { @@ -41,7 +41,7 @@ const AP_Param::GroupInfo AP_Camera::var_info[] = {
// @Param: SERVO_OFF
// @DisplayName: Servo OFF PWM value
// @Description: PWM value to move servo to when shutter is deactivated
// @Description: PWM value in microseconds to move servo to when shutter is deactivated
// @Units: PWM
// @Range: 1000 2000
// @User: Standard

Loading…
Cancel
Save