another space

This commit is contained in:
Rick Sellens 2020-01-18 11:09:42 -05:00
parent b982d8948e
commit 2a34d48836
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ boolean Adafruit_GPS::parse(char *nmea) {
} }
#ifdef NMEA_EXTENSIONS // Sentences not required for basic GPS functionality #ifdef NMEA_EXTENSIONS // Sentences not required for basic GPS functionality
else if (!strcmp(thisSentence,"TXT")) { //*******************************TXT else if (!strcmp(thisSentence, "TXT")) { //*******************************TXT
if (!isEmpty(p)) if (!isEmpty(p))
txtTot = atoi(p); txtTot = atoi(p);
p = strchr(p, ',') + 1; p = strchr(p, ',') + 1;