From 164246c7d83e65f8bb72e3a6e88681a8580ffb55 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Sun, 13 Jan 2013 00:16:05 -0800 Subject: [PATCH] ArduCopter: better instructons for setup_motors cli test * i just spent hours confused about this --- ArduCopter/setup.pde | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ArduCopter/setup.pde b/ArduCopter/setup.pde index 6e2ef9f450..6a51e93abb 100644 --- a/ArduCopter/setup.pde +++ b/ArduCopter/setup.pde @@ -230,8 +230,11 @@ static int8_t setup_motors(uint8_t argc, const Menu::arg *argv) { cliSerial->printf_P(PSTR( - "Now connect the main lipo and follow the instruction on the wiki for your frame setup.\n" - "For security remember to disconnect the main lipo after the test, then hit any key to exit.\n" + "Connect battery for this test.\n" + "Motors will not spin in channel order (1,2,3,4) but 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")); while(1) { delay(20);