mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Update PWM params to match standard usage in system
This commit is contained in:
@@ -3220,7 +3220,7 @@ PARAM_DEFINE_INT32(PWM_MAX, 2000);
|
||||
* @unit us
|
||||
* @group PWM Outputs
|
||||
*/
|
||||
PARAM_DEFINE_INT32(PWM_DISARMED, 0);
|
||||
PARAM_DEFINE_INT32(PWM_DISARMED, 900);
|
||||
|
||||
/**
|
||||
* Set the minimum PWM for the MAIN outputs
|
||||
@@ -3275,7 +3275,7 @@ PARAM_DEFINE_INT32(PWM_AUX_MAX, 2000);
|
||||
* @unit us
|
||||
* @group PWM Outputs
|
||||
*/
|
||||
PARAM_DEFINE_INT32(PWM_AUX_DISARMED, 1000);
|
||||
PARAM_DEFINE_INT32(PWM_AUX_DISARMED, 1500);
|
||||
|
||||
/**
|
||||
* Minimum motor rise time (slew rate limit).
|
||||
|
||||
Reference in New Issue
Block a user