mirror of https://github.com/ArduPilot/ardupilot
defaulted to 38400 baud
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1885 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
ead4ce4344
commit
e1d945812d
|
@ -11,7 +11,8 @@
|
|||
void setup()
|
||||
{
|
||||
APM_RC.Init(); // APM Radio initialization
|
||||
Serial.begin(57600);
|
||||
|
||||
Serial.begin(38400);
|
||||
Serial.println("ArduPilot Mega RC library test");
|
||||
delay(1000);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue