From a75ee432c8f5321e3a98f902a985255678ad319f Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 21 Jun 2023 10:28:49 +1000 Subject: [PATCH] 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. --- libraries/AP_Arming/AP_Arming.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Arming/AP_Arming.cpp b/libraries/AP_Arming/AP_Arming.cpp index 8b19231760..e0e44c2053 100644 --- a/libraries/AP_Arming/AP_Arming.cpp +++ b/libraries/AP_Arming/AP_Arming.cpp @@ -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();