mirror of https://github.com/ArduPilot/ardupilot
git-svn-id: https://arducopter.googlecode.com/svn/trunk@380 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
a18d0af3d1
commit
82052f95af
|
@ -14,6 +14,9 @@ AP_GPS_406 gps;
|
|||
|
||||
void setup()
|
||||
{
|
||||
Serial.begin(38400);
|
||||
Serial.println("Switching to 57600 Baud");
|
||||
delay(500);
|
||||
Serial.begin(57600);
|
||||
Serial.println("GPS 406 library test");
|
||||
gps.init(); // GPS Initialization
|
||||
|
|
Loading…
Reference in New Issue