Make rc loss timeout longer

This commit is contained in:
Oleg Kalachev
2025-07-29 22:04:19 +03:00
parent 3f269f57be
commit 7f4fc7acea

View File

@@ -3,9 +3,9 @@
// Fail-safe functions // Fail-safe functions
#define RC_LOSS_TIMEOUT 0.2
#include "util.h" #include "util.h"
#define RC_LOSS_TIMEOUT 0.5
#define DESCEND_TIME 3.0 // time to descend from full throttle to zero #define DESCEND_TIME 3.0 // time to descend from full throttle to zero
extern double controlTime; extern double controlTime;