forked from Archive/PX4-Autopilot
rtl_params: change default and max rtl time margin
This commit is contained in:
parent
55dfbdc6a6
commit
b59db7dac2
|
@ -197,9 +197,9 @@ PARAM_DEFINE_FLOAT(RTL_TIME_FACTOR, 1.1f);
|
|||
*
|
||||
* @unit s
|
||||
* @min 0
|
||||
* @max 300
|
||||
* @max 3600
|
||||
* @decimal 1
|
||||
* @increment 1
|
||||
* @group Return To Land
|
||||
*/
|
||||
PARAM_DEFINE_INT32(RTL_TIME_MARGIN, 110);
|
||||
PARAM_DEFINE_INT32(RTL_TIME_MARGIN, 100);
|
||||
|
|
Loading…
Reference in New Issue