ArduSub: make centideg metadata incr and range consistent

This commit is contained in:
Hwurzburg 2021-05-20 08:08:46 -05:00 committed by Andrew Tridgell
parent 38ed4a2dd6
commit 8a6c09c39a
1 changed files with 1 additions and 0 deletions

View File

@ -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),