mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +08:00
Change to normal cal message
This way QGC can respond to it and show good ui
This commit is contained in:
@@ -472,7 +472,7 @@ calibrate_return calibrate_from_orientation(orb_advert_t *mavlink_log_pub,
|
||||
/* inform user about already handled side */
|
||||
if (side_data_collected[orient]) {
|
||||
orientation_failures++;
|
||||
calibration_log_critical(mavlink_log_pub, "%s side already completed", detect_orientation_str(orient));
|
||||
calibration_log_info(mavlink_log_pub, "[cal] %s side already completed", detect_orientation_str(orient));
|
||||
usleep(20000);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user