tweak header description
This commit is contained in:
parent
8546ac5058
commit
7800a6e30f
|
|
@ -34,7 +34,7 @@ void setup()
|
||||||
// also spit it out
|
// also spit it out
|
||||||
Serial.begin(115200);
|
Serial.begin(115200);
|
||||||
delay(5000);
|
delay(5000);
|
||||||
Serial.println("Adafruit GPS library basic test!");
|
Serial.println("Adafruit GPS library basic parsing test!");
|
||||||
|
|
||||||
// 9600 NMEA is the default baud rate for Adafruit MTK GPS's- some use 4800
|
// 9600 NMEA is the default baud rate for Adafruit MTK GPS's- some use 4800
|
||||||
GPS.begin(9600);
|
GPS.begin(9600);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue