Make rc loss timeout longer

This commit is contained in:
Oleg Kalachev 2025-07-31 12:35:28 +03:00
parent 7e8bd3e834
commit 18bacb64f3

View File

@ -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;