Skip to content

Commit 7800a6e

Browse files
committed
tweak header description
1 parent 8546ac5 commit 7800a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/GPS_SoftwareSerial_Parsing/GPS_SoftwareSerial_Parsing.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void setup()
3434
// also spit it out
3535
Serial.begin(115200);
3636
delay(5000);
37-
Serial.println("Adafruit GPS library basic test!");
37+
Serial.println("Adafruit GPS library basic parsing test!");
3838

3939
// 9600 NMEA is the default baud rate for Adafruit MTK GPS's- some use 4800
4040
GPS.begin(9600);

0 commit comments

Comments
 (0)