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;