From 04a24c4939098a90e8848545507a74124ecce91f Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Mon, 10 Aug 2026 03:27:23 +0300 Subject: [PATCH] Add minor comment --- flix/control.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flix/control.ino b/flix/control.ino index 793f064..057e940 100644 --- a/flix/control.ino +++ b/flix/control.ino @@ -41,7 +41,7 @@ bool armed = false; Quaternion attitudeTarget; Vector ratesTarget; Vector ratesExtra; // feedforward rates -Vector torqueTarget; +Vector torqueTarget; // 0 - no torque, 1 - maximum torque float thrustTarget; PID rollRatePID(ROLLRATE_P, ROLLRATE_I, ROLLRATE_D, ROLLRATE_I_LIM, RATES_D_LPF_ALPHA);