Releases: mikalhart/TinyGPSPlus
Releases · mikalhart/TinyGPSPlus
Version 0.94b
... having a tough day with Git...
Version 0.94a
Committed wrong files in 0.94...
Version 0.93
Several small cosmetic changes to the "KitchenSink" sample sketch.
Changed the "GPSBaud" constant in all the sample sketches from "int" to "unsigned long" type. This change came about because people were changing the default value (4800) to faster speeds (38400) without thinking that these overflow the integer type on many platforms.
v0.92
Several new features, the most important of which are:
a) completely rewritten parseDegrees() function that allows accuracy to one 10 millionth of a minute, and 1 billionth of a degree, that is, sub-centimeter
b) Per Marco and others, allow time and date to be extracted from GPGGA and GPRMC sentences, even when they report "no fix".
Version 0.91
v0.91 Eliminate warning due to bad initializer ordering
Version 0.9
v0.9 Tighten up CustomFields.ino example