Added lengthy note about motor testing

This commit is contained in:
Jason Short 2012-02-15 10:49:11 -08:00
parent 0b011e3cd3
commit f9296796fd
1 changed files with 2 additions and 2 deletions

View File

@ -226,8 +226,8 @@ static int8_t
setup_motors(uint8_t argc, const Menu::arg *argv) setup_motors(uint8_t argc, const Menu::arg *argv)
{ {
Serial.printf_P(PSTR( Serial.printf_P(PSTR(
"Move RC joystick to extremes to " "Now connect the main lipo and follow the instruction on the wiki for your frame setup.\n"
"turn on individual motors.\n" "For security remember to disconnect the main lipo after the test, then hit any key to exit.\n"
"Any key to exit.\n")); "Any key to exit.\n"));
while(1){ while(1){
delay(20); delay(20);