tweak header description

This commit is contained in:
lady ada 2021-02-07 16:54:12 -05:00
parent 8546ac5058
commit 7800a6e30f
1 changed files with 1 additions and 1 deletions

View File

@ -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);