mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Revert "ESC cal: Increase timeouts"
This reverts commit d2575c25563d5731f6db0a1607d096198d32cabe.
This commit is contained in:
parent
0917a346e4
commit
32cd154d7c
@ -90,8 +90,8 @@ int do_esc_calibration(orb_advert_t *mavlink_log_pub, struct actuator_armed_s* a
|
||||
bool batt_updated = false;
|
||||
bool batt_connected = false;
|
||||
|
||||
hrt_abstime battery_connect_wait_timeout = 30000000;
|
||||
hrt_abstime pwm_high_timeout = 10000000;
|
||||
hrt_abstime battery_connect_wait_timeout = 20000000;
|
||||
hrt_abstime pwm_high_timeout = 5000000;
|
||||
hrt_abstime timeout_start;
|
||||
|
||||
calibration_log_info(mavlink_log_pub, CAL_QGC_STARTED_MSG, "esc");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user