ArduCopter setup motors: print basic instructions.

This commit is contained in:
Pat Hickey 2012-02-11 15:55:20 -08:00
parent 6573cec611
commit 739317276d
1 changed files with 4 additions and 0 deletions

View File

@ -224,6 +224,10 @@ setup_radio(uint8_t argc, const Menu::arg *argv)
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"
"Any key to exit.\n"));
while(1){
delay(20);
read_radio();