mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 07:44:06 +08:00
airspeed cal: Improve user feedback
This commit is contained in:
parent
21ce6676a1
commit
899657613e
@ -96,7 +96,7 @@ int do_airspeed_calibration(int mavlink_fd)
|
||||
|
||||
if (!paramreset_successful) {
|
||||
warn("FAILED to reset - assuming analog");
|
||||
mavlink_log_critical(mavlink_fd, "assuming analog sensor");
|
||||
mavlink_log_critical(mavlink_fd, "If analog sens, retry with [SENS_DPRES_ANSC=1000]");
|
||||
|
||||
if (param_set(param_find("SENS_DPRES_OFF"), &(diff_pres_offset))) {
|
||||
mavlink_log_critical(mavlink_fd, CAL_FAILED_SET_PARAMS_MSG);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user