mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
Preflight: better reporting
This commit is contained in:
@@ -498,7 +498,7 @@ bool preflightCheck(int mavlink_fd, bool checkMag, bool checkAcc, bool checkGyro
|
||||
if (checkRC) {
|
||||
if (rc_calibration_check(mavlink_fd, reportFailures) != OK) {
|
||||
if (reportFailures) {
|
||||
mavlink_log_critical(mavlink_fd, "RC calibration check failed");
|
||||
mavlink_and_console_log_critical(mavlink_fd, "RC calibration check failed");
|
||||
}
|
||||
failed = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user