mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 10:20:35 +08:00
Circuit Breaker - Disable flight termination circuit breaker by default (reverts ab40008) -> Allow flight termination
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user