mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 05:47:35 +08:00
circuit_breaker: change default for GPS failure
We should definitely take action when GPS fails, this circuit breaker shouldn't be engaged anymore.
This commit is contained in:
@@ -140,7 +140,7 @@ PARAM_DEFINE_INT32(CBRK_ENGINEFAIL, 284953);
|
||||
* @max 240024
|
||||
* @group Circuit Breaker
|
||||
*/
|
||||
PARAM_DEFINE_INT32(CBRK_GPSFAIL, 240024);
|
||||
PARAM_DEFINE_INT32(CBRK_GPSFAIL, 0);
|
||||
|
||||
/**
|
||||
* Circuit breaker for disabling buzzer
|
||||
|
||||
Reference in New Issue
Block a user