mirror of https://github.com/ArduPilot/ardupilot
ArduSub: make centideg metadata incr and range consistent
This commit is contained in:
parent
38ed4a2dd6
commit
8a6c09c39a
|
@ -213,6 +213,7 @@ const AP_Param::Info Sub::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),
|
||||
|
|
Loading…
Reference in New Issue