Arduino board: Trinket M0
Arduino IDE version: 1.8.13
Steps to reproduce:
Connect an Adafruit Mini GPS PA1010D module to an Adafruit Trinket M0 over I2C.
Upload and run the GPS_I2C_Parsing example sketch.
It appears that the milliseconds value provided by the library is incorrect.
After observing the output for a while under various settings, the milliseconds value output by the parser appears to be somehow dependent on time, probably on the seconds value. It tends to change, but possibly does not always change, when the seconds value changes.
Below is an example of output from the GPS_I2C_Parsing example sketch which demonstrates this. Note the difference between the milliseconds values provided by the parser and those present in the messages from the GPS module.
Arduino board: Trinket M0 Arduino IDE version: 1.8.13 Steps to reproduce:
It appears that the milliseconds value provided by the library is incorrect.
After observing the output for a while under various settings, the milliseconds value output by the parser appears to be somehow dependent on time, probably on the seconds value. It tends to change, but possibly does not always change, when the seconds value changes.
Below is an example of output from the GPS_I2C_Parsing example sketch which demonstrates this. Note the difference between the milliseconds values provided by the parser and those present in the messages from the GPS module.