mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
GPS: change example serial rate to 115200
this matches default for AP/AC
This commit is contained in:
parent
89f664e3b0
commit
1b1f955b86
@ -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