mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Copter: shorten motor tests printf
This commit is contained in:
parent
8cce837f77
commit
3bf1352701
@ -298,9 +298,8 @@ test_motors(uint8_t argc, const Menu::arg *argv)
|
||||
{
|
||||
cliSerial->printf_P(PSTR(
|
||||
"Connect battery for this test.\n"
|
||||
"Motors will not spin in channel order (1,2,3,4) but by frame position order.\n"
|
||||
"Motors will spin by frame position order.\n"
|
||||
"Front (& right of centerline) motor first, then in clockwise order around frame.\n"
|
||||
"http://code.google.com/p/arducopter/wiki/AC2_Props_2 for demo video.\n"
|
||||
"Remember to disconnect battery after this test.\n"
|
||||
"Any key to exit.\n"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user