Browse Source

Land detector max altitude: Adjust max limit

sbg
Lorenz Meier 8 years ago
parent
commit
669e580f0a
  1. 2
      src/modules/land_detector/land_detector_params.c

2
src/modules/land_detector/land_detector_params.c

@ -240,7 +240,7 @@ PARAM_DEFINE_INT32(LND_FLIGHT_T_LO, 0); @@ -240,7 +240,7 @@ PARAM_DEFINE_INT32(LND_FLIGHT_T_LO, 0);
*
* @unit m
* @min 1.5
* @max 300
* @max 10000
* @decimal 2
* @group Land Detector
*

Loading…
Cancel
Save