mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 07:17:35 +08:00
disable flight termination as default for now
This commit is contained in:
@@ -106,7 +106,7 @@ PARAM_DEFINE_INT32(CBRK_AIRSPD_CHK, 0);
|
|||||||
* @max 121212
|
* @max 121212
|
||||||
* @group Circuit Breaker
|
* @group Circuit Breaker
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_INT32(CBRK_FLIGHTTERM, 0);
|
PARAM_DEFINE_INT32(CBRK_FLIGHTTERM, 121212);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Circuit breaker for engine failure detection
|
* Circuit breaker for engine failure detection
|
||||||
|
|||||||
Reference in New Issue
Block a user