From f9296796fdadc1ef8cc9f03b9ce3ff2dd964c459 Mon Sep 17 00:00:00 2001 From: Jason Short Date: Wed, 15 Feb 2012 10:49:11 -0800 Subject: [PATCH] Added lengthy note about motor testing --- ArduCopter/setup.pde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArduCopter/setup.pde b/ArduCopter/setup.pde index 4afbcc6f40..18e9f59373 100644 --- a/ArduCopter/setup.pde +++ b/ArduCopter/setup.pde @@ -226,8 +226,8 @@ static int8_t setup_motors(uint8_t argc, const Menu::arg *argv) { Serial.printf_P(PSTR( - "Move RC joystick to extremes to " - "turn on individual motors.\n" + "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" "Any key to exit.\n")); while(1){ delay(20);