mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
ArduCopter: make centideg metadata incr and range consistent
This commit is contained in:
parent
0012074ef6
commit
6c06f72af3
@ -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[] = {
|
||||
// @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…
Reference in New Issue
Block a user