Browse Source

rtl_params: change default and max rtl time margin

master
Matthias Grob 3 years ago committed by Silvan Fuhrer
parent
commit
b59db7dac2
  1. 4
      src/modules/navigator/rtl_params.c

4
src/modules/navigator/rtl_params.c

@ -197,9 +197,9 @@ PARAM_DEFINE_FLOAT(RTL_TIME_FACTOR, 1.1f); @@ -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…
Cancel
Save