mirror of https://github.com/ArduPilot/ardupilot
AP_TECS: set default pitch max to 15
This commit is contained in:
parent
cb37f112cd
commit
1087da3d64
|
@ -140,7 +140,7 @@ const AP_Param::GroupInfo AP_TECS::var_info[] = {
|
|||
// @Range: 0 45
|
||||
// @Increment: 1
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("PITCH_MAX", 15, AP_TECS, _pitch_max, 0),
|
||||
AP_GROUPINFO("PITCH_MAX", 15, AP_TECS, _pitch_max, 15),
|
||||
|
||||
// @Param: PITCH_MIN
|
||||
// @DisplayName: Minimum pitch in auto flight
|
||||
|
|
Loading…
Reference in New Issue