mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
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:
parent
a357d14f4b
commit
a75ee432c8
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user