commander: Clarify airspeed calibration failure warning msg

This commit is contained in:
Todd Colten 2020-04-18 12:02:29 -05:00 committed by GitHub
parent ffa9fdbd56
commit 7c533e5a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ int do_airspeed_calibration(orb_advert_t *mavlink_log_pub)
if (diff_pres.error_count != 0) {
calibration_log_critical(mavlink_log_pub, "[cal] Airspeed sensor is reporting errors (%" PRIu64 ")",
diff_pres.error_count);
calibration_log_critical(mavlink_log_pub, "[cal] Check your wiring before trying again");
calibration_log_critical(mavlink_log_pub, "[cal] Check wiring, reboot vehicle, and try again");
feedback_calibration_failed(mavlink_log_pub);
goto error_return;
}