Skip to content

Tags: mikalhart/TinyGPSPlus

Tags

v1.0.3a

Toggle v1.0.3a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Corrected version number

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Arduino library compatibility (#92)

* Rename Files and Library

Rename src files and library to follow Arduino's library guidelines:
https://arduino.github.io/arduino-cli/latest/library-specification/

* Bump version

Bump version to 2.0.0
- Not backwards compatible with file name changes

* Revert file name change

* Create wrapper header

Wrapper header for library name change
Provides backwards compatibility

* Version reduction

revert version bump

* Update TinyGPSPlus.h

Wrapper header for dummy header

v1.02b

Toggle v1.02b's commit message
Create README.md (#55)

v1.02a

Toggle v1.02a's commit message
Create README.md (#55)

v1.0.2b

Toggle v1.0.2b's commit message
Create README.md (#55)

v1.0.2a

Toggle v1.0.2a's commit message
Create README.md (#55)

Version-1.0.2.1

Toggle Version-1.0.2.1's commit message
Update library.json and library.properties

v1.0.2

Toggle v1.0.2's commit message
Support for HDOP in its true decimal form: ddd.xx

v1.0.1

Toggle v1.0.1's commit message
Restore GLONASS support - accidentally removed in recent commit

v1.0.0

Toggle v1.0.0's commit message
Version 1.0.0: reorganize per new Arduino library standard, fix bug w…

…ith course in FullExample.ino