mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Arming: clarify GPS inconsistency message
This commit is contained in:
parent
8140353c64
commit
4f0333892d
@ -376,7 +376,7 @@ bool AP_Arming::gps_checks(bool report)
|
||||
if (!gps.all_consistent(distance_m)) {
|
||||
if (report) {
|
||||
GCS_MAVLINK::send_statustext_all(MAV_SEVERITY_CRITICAL,
|
||||
"PreArm: GPSs inconsistent by %4.1fm",
|
||||
"PreArm: GPS positions differ by %4.1fm",
|
||||
(double)distance_m);
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user