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()
|
void setup()
|
||||||
{
|
{
|
||||||
Serial.begin(38400);
|
Serial.begin(115200);
|
||||||
Serial1.begin(38400);
|
Serial1.begin(38400);
|
||||||
|
|
||||||
Serial.println("GPS AUTO library test");
|
Serial.println("GPS AUTO library test");
|
||||||
|
Loading…
Reference in New Issue
Block a user