GPS: change example serial rate to 115200

this matches default for AP/AC
This commit is contained in:
Andrew Tridgell 2011-09-13 18:47:27 +10:00
parent a5d2e96dc6
commit 3a9b7d6458
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ AP_GPS_Auto GPS(&Serial1, &gps);
void setup()
{
Serial.begin(38400);
Serial.begin(115200);
Serial1.begin(38400);
Serial.println("GPS AUTO library test");