Sub: Default CAM_SLEW_LIMIT to 30 deg per second

This commit is contained in:
Jacob Walser 2017-04-16 21:24:55 -04:00
parent e24fef70f6
commit 7737c3445c

View File

@ -718,7 +718,7 @@ const AP_Param::Info Sub::var_info[] = {
// @User: Standard
GSCALAR(terrain_follow, "TERRAIN_FOLLOW", 0),
GSCALAR(cam_slew_limit, "CAM_SLEW_LIMIT", 45.0),
GSCALAR(cam_slew_limit, "CAM_SLEW_LIMIT", 30.0),
// @Group:
// @Path: Parameters.cpp