Skip to content

Releases: mikalhart/TinyGPSPlus

Version 0.94b

26 Nov 21:29
Compare
Choose a tag to compare
Version 0.94b Pre-release
Pre-release

... having a tough day with Git...

Version 0.94a

26 Nov 21:24
Compare
Choose a tag to compare
Version 0.94a Pre-release
Pre-release

Committed wrong files in 0.94...

Version 0.93

08 Nov 20:13
Compare
Choose a tag to compare
Version 0.93 Pre-release
Pre-release

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

01 Oct 02:19
Compare
Choose a tag to compare
v0.92 Pre-release
Pre-release

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

07 Sep 06:36
Compare
Choose a tag to compare
Version 0.91 Pre-release
Pre-release
v0.91

Eliminate warning due to bad initializer ordering

Version 0.9

04 Sep 23:51
Compare
Choose a tag to compare
Version 0.9 Pre-release
Pre-release
v0.9

Tighten up CustomFields.ino example