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 89f664e3b0
commit 1b1f955b86

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");