Copter: shorten motor tests printf

This commit is contained in:
Randy Mackay 2013-09-24 21:31:17 +09:00
parent 8cce837f77
commit 3bf1352701

View File

@ -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"));