mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 01:28:29 -04:00
ArduPlane: make centideg metadata incr and range consistent
This commit is contained in:
parent
6c06f72af3
commit
38ed4a2dd6
@ -20,6 +20,7 @@ const AP_Param::GroupInfo QuadPlane::var_info[] = {
|
||||
// @DisplayName: Angle Max
|
||||
// @Description: Maximum lean angle in all VTOL flight modes
|
||||
// @Units: cdeg
|
||||
// @Increment: 10
|
||||
// @Range: 1000 8000
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("ANGLE_MAX", 10, QuadPlane, aparm.angle_max, 3000),
|
||||
|
Loading…
Reference in New Issue
Block a user