Browse Source

ArduCopter: make centideg metadata incr and range consistent

zr-v5.1
Hwurzburg 4 years ago committed by Andrew Tridgell
parent
commit
6c06f72af3
  1. 2
      ArduCopter/Parameters.cpp

2
ArduCopter/Parameters.cpp

@ -374,6 +374,7 @@ const AP_Param::Info Copter::var_info[] = { @@ -374,6 +374,7 @@ const AP_Param::Info Copter::var_info[] = {
// @DisplayName: Angle Max
// @Description: Maximum lean angle in all flight modes
// @Units: cdeg
// @Increment: 10
// @Range: 1000 8000
// @User: Advanced
ASCALAR(angle_max, "ANGLE_MAX", DEFAULT_ANGLE_MAX),
@ -391,6 +392,7 @@ const AP_Param::Info Copter::var_info[] = { @@ -391,6 +392,7 @@ const AP_Param::Info Copter::var_info[] = {
// @DisplayName: PosHold braking angle max
// @Description: PosHold flight mode's max lean angle during braking in centi-degrees
// @Units: cdeg
// @Increment: 10
// @Range: 2000 4500
// @User: Advanced
GSCALAR(poshold_brake_angle_max, "PHLD_BRAKE_ANGLE", POSHOLD_BRAKE_ANGLE_DEFAULT),

Loading…
Cancel
Save