mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 21:07:35 +08:00
Reduce esc calibration pwm timeout (#5011)
This commit is contained in:
committed by
Lorenz Meier
parent
a9cb2d2fbe
commit
c4eb65862f
@@ -91,7 +91,7 @@ int do_esc_calibration(orb_advert_t *mavlink_log_pub, struct actuator_armed_s* a
|
||||
bool batt_connected = false;
|
||||
|
||||
hrt_abstime battery_connect_wait_timeout = 30000000;
|
||||
hrt_abstime pwm_high_timeout = 4000000;
|
||||
hrt_abstime pwm_high_timeout = 3000000;
|
||||
hrt_abstime timeout_start;
|
||||
|
||||
calibration_log_info(mavlink_log_pub, CAL_QGC_STARTED_MSG, "esc");
|
||||
|
||||
Reference in New Issue
Block a user