From db25101e52a3c2c1c032ed85e35ab297b0d67919 Mon Sep 17 00:00:00 2001 From: Silvan Date: Thu, 3 Apr 2025 22:38:16 +0200 Subject: [PATCH] VTOL: increase max for VT_FWD_THRUST_SC Signed-off-by: Silvan --- src/modules/vtol_att_control/standard_params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/vtol_att_control/standard_params.c b/src/modules/vtol_att_control/standard_params.c index f46f644f18..548e868662 100644 --- a/src/modules/vtol_att_control/standard_params.c +++ b/src/modules/vtol_att_control/standard_params.c @@ -71,7 +71,7 @@ PARAM_DEFINE_INT32(VT_FWD_THRUST_EN, 0); * Enabled via VT_FWD_THRUST_EN. * * @min 0.0 - * @max 2.0 + * @max 5.0 * @increment 0.01 * @decimal 2 * @group VTOL Attitude Control