From 18bacb64f3b6c095f12c55da278d205f3d06d6ac Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 31 Jul 2025 12:35:28 +0300 Subject: [PATCH] Make rc loss timeout longer --- flix/failsafe.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flix/failsafe.ino b/flix/failsafe.ino index 0d9d646..ab9170b 100644 --- a/flix/failsafe.ino +++ b/flix/failsafe.ino @@ -3,7 +3,7 @@ // Fail-safe functions -#define RC_LOSS_TIMEOUT 0.2 +#define RC_LOSS_TIMEOUT 0.5 #define DESCEND_TIME 3.0 // time to descend from full throttle to zero extern double controlTime;