Skip to content
Snippets Groups Projects
Commit a2ec771f authored by sanderux's avatar sanderux Committed by Sander Smeets
Browse files

Widen first waypoint max setting for FW

parent 75c3d921
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment