mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 20:14:06 +08:00
Circuit Breaker - Disable flight termination circuit breaker by default (reverts ab40008) -> Allow flight termination
This commit is contained in:
parent
50d75dc7a6
commit
b64a2a884b
@ -113,7 +113,7 @@ PARAM_DEFINE_INT32(CBRK_AIRSPD_CHK, 0);
|
||||
* @category Developer
|
||||
* @group Circuit Breaker
|
||||
*/
|
||||
PARAM_DEFINE_INT32(CBRK_FLIGHTTERM, 121212);
|
||||
PARAM_DEFINE_INT32(CBRK_FLIGHTTERM, 0);
|
||||
|
||||
/**
|
||||
* Circuit breaker for engine failure detection
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user