GPS: change example serial rate to 115200
this matches default for AP/AC
This commit is contained in:
parent
a5d2e96dc6
commit
3a9b7d6458
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user