mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
AC_WPNav: increase param description max for LOIT_JERK
This commit is contained in:
parent
606a0e0d0b
commit
c52f16b86f
@ -74,7 +74,7 @@ const AP_Param::GroupInfo AC_WPNav::var_info[] PROGMEM = {
|
||||
// @DisplayName: Loiter maximum jerk
|
||||
// @Description: Loiter maximum jerk in cm/s/s/s
|
||||
// @Units: cm/s/s/s
|
||||
// @Range: 500 2000
|
||||
// @Range: 500 5000
|
||||
// @Increment: 1
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("LOIT_JERK", 7, AC_WPNav, _loiter_jerk_max_cmsss, WPNAV_LOITER_JERK_MAX_DEFAULT),
|
||||
|
Loading…
Reference in New Issue
Block a user