mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
commander: battery failsafe action back to warning
This reverts a previous change because we're not entirely sure about all implications on various airframes. It makes sense to change this default after the failsafe state machines have been consolidated and the various failsafe behaviours are more predictable for all airframes (not just multicopter).
This commit is contained in:
@@ -323,7 +323,7 @@ PARAM_DEFINE_INT32(COM_ARM_SWISBTN, 0);
|
||||
* @decimal 0
|
||||
* @increment 1
|
||||
*/
|
||||
PARAM_DEFINE_INT32(COM_LOW_BAT_ACT, 3);
|
||||
PARAM_DEFINE_INT32(COM_LOW_BAT_ACT, 0);
|
||||
|
||||
/**
|
||||
* Time-out to wait when offboard connection is lost before triggering offboard lost action.
|
||||
|
||||
Reference in New Issue
Block a user