40 Commits

Author SHA1 Message Date
Junhuang 254a10041a Added the standby mode command 2025-01-02 17:11:49 +08:00
Junhuang d860415fe7 Added different types of baud rate comments 2024-12-04 09:41:42 +08:00
Junhuang 0bdd3727aa Added BDS support 2024-11-22 17:12:59 +08:00
Mikal Hart 0a205759da updates to README.md 2024-05-20 16:07:46 +01:00
Mikal Hart c093432911 1.1-beta1: Several user-suggested pull requests incorporated 2024-05-19 20:56:48 +01:00
Mikal Hart ca29434514 Corrected version number 2022-09-20 10:47:27 +01:00
santaimpersonator 81ba32cc9a 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
2022-01-19 17:53:54 -06:00
Gijs Noorlander cfb60e5e38 Create README.md (#55) 2019-10-12 22:23:09 -05:00
Mikal Hart 6ec3984c24 Update library.json and library.properties 2019-10-12 20:32:53 -05:00
Mikal Hart b4c8e29d1d Support for HDOP in its true decimal form: ddd.xx 2018-02-03 22:22:17 -06:00
Mikal Hart f63678c38c Bump version string to 1.0.1 2017-12-22 14:41:39 -06:00
Mikal Hart 0622bddf77 Restore Glonass support - accidentally removed in recent commit 2017-12-22 14:40:09 -06:00
Jan van Haarst 41a631a896 Update version string (#35) to 1.0.0 2017-10-06 11:02:57 -05:00
Mikal Hart aaa52a3a81 Update library.json 2017-10-05 20:51:14 -05:00
Mikal Hart 0a9d3c92c5 Version 1.0.0: reorganize per new Arduino library standard, fix bug with course in FullExample.ino 2017-10-05 14:06:39 -05:00
Mikal Hart 2c9ac0b975 Update TinyGPS++.h 2017-04-14 11:43:54 -05:00
Mikal Hart 460402900e Slight tightening of new Glonass support 2017-04-13 23:02:29 -05:00
Mikal Hart a3cb8a1e10 Merge pull request #28 from nseidle/master
Adding support for Glonass sentences
2017-04-13 22:53:04 -05:00
Mikal Hart 242cd980be Merge pull request #27 from MB-00101110/patch-1
Create library.json
2017-04-13 22:51:34 -05:00
Nathan Seidle ba91ede894 Adding support for Glonass sentences
Now works with GNRMC and GNGGA sentences.
2017-04-13 15:46:55 -06:00
MB-00101110 ae16c5e3ac Create library.json
PlatformIO registration library
2017-04-13 16:05:13 +02:00
Mikal Hart 88c9db5c74 Fixed problem reported by dbrooke where small positive latitudes and longitudes (less than 1 degree) were reported as negative. 2013-11-26 15:27:57 -06:00
Mikal Hart 9e8fe7e9b4 Fixed problem reported by dbrooke where small positive latitudes and longitudes (less than 1 degree) were reported as negative. 2013-11-26 15:23:11 -06:00
Mikal Hart d05250fcc9 Fixed problem reported by dbrooke where small positive latitudes and longitudes (less than 1 degree) were reported as negative. 2013-11-26 15:18:14 -06:00
Mikal Hart ba04655be8 Changed GPSBaud type to unsigned long in the examples in case someone uses a value like 38400 which exceeds the size of an integer. 2013-11-08 14:07:13 -06:00