We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8546ac5 commit 7800a6eCopy full SHA for 7800a6e
examples/GPS_SoftwareSerial_Parsing/GPS_SoftwareSerial_Parsing.ino
@@ -34,7 +34,7 @@ void setup()
34
// also spit it out
35
Serial.begin(115200);
36
delay(5000);
37
- Serial.println("Adafruit GPS library basic test!");
+ Serial.println("Adafruit GPS library basic parsing test!");
38
39
// 9600 NMEA is the default baud rate for Adafruit MTK GPS's- some use 4800
40
GPS.begin(9600);
0 commit comments