Copter arm_checks(): PreArm in error msg changed to Arm
This commit is contained in:
parent
45410759dc
commit
185f41d5bd
@ -583,7 +583,7 @@ bool AP_Arming_Copter::arm_checks(bool display_failure, bool arming_from_gcs)
|
|||||||
//check if compass has calibrated and requires reboot
|
//check if compass has calibrated and requires reboot
|
||||||
if (_compass.compass_cal_requires_reboot()) {
|
if (_compass.compass_cal_requires_reboot()) {
|
||||||
if (display_failure) {
|
if (display_failure) {
|
||||||
gcs().send_text(MAV_SEVERITY_CRITICAL, "PreArm: Compass calibrated requires reboot");
|
gcs().send_text(MAV_SEVERITY_CRITICAL, "Arm: Compass calibrated requires reboot");
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user