From 51c0e5553e302b6e3277bb2dd645b6c837509ff5 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 7 Dec 2021 12:48:02 -0500 Subject: [PATCH] vmount: adjust MNT_RANGE_PITCH and MNT_RANGE_ROLL defaults - this seems like a much more reasonable default --- src/modules/vmount/vmount_params.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/vmount/vmount_params.c b/src/modules/vmount/vmount_params.c index 09e41344e3..34a2f186bc 100644 --- a/src/modules/vmount/vmount_params.c +++ b/src/modules/vmount/vmount_params.c @@ -188,7 +188,7 @@ PARAM_DEFINE_INT32(MNT_DO_STAB, 0); * @decimal 1 * @group Mount */ -PARAM_DEFINE_FLOAT(MNT_RANGE_PITCH, 360.0f); +PARAM_DEFINE_FLOAT(MNT_RANGE_PITCH, 90.0f); /** * Range of roll channel output in degrees (only in AUX output mode). @@ -198,7 +198,7 @@ PARAM_DEFINE_FLOAT(MNT_RANGE_PITCH, 360.0f); * @decimal 1 * @group Mount */ -PARAM_DEFINE_FLOAT(MNT_RANGE_ROLL, 360.0f); +PARAM_DEFINE_FLOAT(MNT_RANGE_ROLL, 90.0f); /** * Range of yaw channel output in degrees (only in AUX output mode).