mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Vehicle: change string to Initialising ArduPilot
This commit is contained in:
parent
342e502da4
commit
8f550ffdd4
@ -84,7 +84,7 @@ void AP_Vehicle::scheduler_delay_callback()
|
||||
}
|
||||
if (tnow - last_5s > 5000) {
|
||||
last_5s = tnow;
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "Initialising APM");
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "Initialising ArduPilot");
|
||||
}
|
||||
|
||||
logger.EnableWrites(true);
|
||||
|
Loading…
Reference in New Issue
Block a user