mirror of https://github.com/ArduPilot/ardupilot
INS: replace APM with vehicle in accel calibrate
This commit is contained in:
parent
e926f11ec3
commit
a400ddeb88
|
@ -409,7 +409,7 @@ bool AP_InertialSensor::calibrate_accel(AP_InertialSensor_UserInteract* interact
|
|||
break;
|
||||
}
|
||||
interact->printf_P(
|
||||
PSTR("Place APM %S and press any key.\n"), msg);
|
||||
PSTR("Place vehicle %S and press any key.\n"), msg);
|
||||
|
||||
// wait for user input
|
||||
interact->blocking_read();
|
||||
|
|
Loading…
Reference in New Issue