Add TinyGPS as it's got a smaller program size then TinyGPS++
The intent is to switch TinyGPS++ out for TinyGPS (it's predecessor)
This commit is contained in:
parent
35b2dd447c
commit
34bee82abe
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -16,3 +16,6 @@
|
|||
[submodule "iot/libraries/SdFat"]
|
||||
path = iot/libraries/SdFat
|
||||
url = https://github.com/greiman/SdFat.git
|
||||
[submodule "iot/libraries/TinyGPS"]
|
||||
path = iot/libraries/TinyGPS
|
||||
url = https://github.com/mikalhart/TinyGPS.git
|
||||
|
|
1
iot/libraries/TinyGPS
Submodule
1
iot/libraries/TinyGPS
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit db4ef9c97af767e7345f5ccb277ac3bd1a2eb81f
|
Loading…
Reference in a new issue