Make rc loss timeout longer

This commit is contained in:
Oleg Kalachev
2025-07-29 22:04:19 +03:00
parent 3cde9e69c4
commit 496888903f

View File

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