diff --git a/src/gps.c b/src/gps.c --- a/src/gps.c +++ b/src/gps.c @@ -300,7 +300,7 @@ void parse_gps_transmission(void) { if (byte == ',') //end of this data type { - timestamp[4] = 0x00; // Cut off at 4 (no seconds) for APRS + //timestamp[4] = 0x00; // Cut off at 4 (no seconds) for APRS setParserState(GGA_LATITUDE); skipBytes = 0; //prep for next phase of parse numBytes = 0;