Widen first waypoint max setting for FW

This commit is contained in:
sanderux 2017-08-08 15:23:20 +02:00 committed by Sander Smeets
parent 75c3d92142
commit a2ec771f78
1 changed files with 2 additions and 2 deletions

View File

@ -92,9 +92,9 @@ PARAM_DEFINE_INT32(MIS_ONBOARD_EN, 1);
*
* @unit m
* @min 0
* @max 1000
* @max 10000
* @decimal 1
* @increment 0.5
* @increment 100
* @group Mission
*/
PARAM_DEFINE_FLOAT(MIS_DIST_1WP, 900);