Browse Source

Copter: Matches the minimum value of failsafe_throttle_value to the operation

zr-v5.1
murata 4 years ago committed by Randy Mackay
parent
commit
f18585c584
  1. 2
      ArduCopter/Parameters.cpp

2
ArduCopter/Parameters.cpp

@ -244,7 +244,7 @@ const AP_Param::Info Copter::var_info[] = {
// @Param: FS_THR_VALUE // @Param: FS_THR_VALUE
// @DisplayName: Throttle Failsafe Value // @DisplayName: Throttle Failsafe Value
// @Description: The PWM level in microseconds on channel 3 below which throttle failsafe triggers // @Description: The PWM level in microseconds on channel 3 below which throttle failsafe triggers
// @Range: 925 1100 // @Range: 910 1100
// @Units: PWM // @Units: PWM
// @Increment: 1 // @Increment: 1
// @User: Standard // @User: Standard

Loading…
Cancel
Save