mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 16:33:39 +08:00
ESC cal: Increase timeouts
This commit is contained in:
@@ -76,8 +76,8 @@ int do_esc_calibration(int mavlink_fd, struct actuator_armed_s* armed)
|
||||
bool batt_updated = false;
|
||||
bool batt_connected = false;
|
||||
|
||||
hrt_abstime battery_connect_wait_timeout = 20000000;
|
||||
hrt_abstime pwm_high_timeout = 5000000;
|
||||
hrt_abstime battery_connect_wait_timeout = 30000000;
|
||||
hrt_abstime pwm_high_timeout = 10000000;
|
||||
hrt_abstime timeout_start;
|
||||
|
||||
mavlink_and_console_log_info(mavlink_fd, CAL_QGC_STARTED_MSG, "esc");
|
||||
|
||||
Reference in New Issue
Block a user