Skip to content
Snippets Groups Projects
Commit c4eb6586 authored by Sander Smeets's avatar Sander Smeets Committed by Lorenz Meier
Browse files

Reduce esc calibration pwm timeout (#5011)

parent a9cb2d2f
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment