AP_Arming: reword GPS pre-arm failure

M10S (no storage) throws this for a considerable period of time and the wording makes this process sound scary.
This commit is contained in:
Peter Barker 2023-06-21 10:28:49 +10:00
parent baed41b78f
commit 67d4a9153c

View File

@ -638,7 +638,7 @@ bool AP_Arming::gps_checks(bool report)
if (gps.first_unconfigured_gps(first_unconfigured)) {
check_failed(ARMING_CHECK_GPS_CONFIG,
report,
"GPS %d failing configuration checks",
"GPS %d still configuring this GPS",
first_unconfigured + 1);
if (report) {
gps.broadcast_first_configuration_failure_reason();