This website works better with JavaScript.
Home
Explore
Help
Sign In
sbrl
/
LoRaWAN-Signal-Mapping
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Add TinyGPS as it's got a smaller program size then TinyGPS++
The intent is to switch TinyGPS++ out for TinyGPS (it's predecessor)
master
Starbeamrainbowlabs
1 year ago
parent
35b2dd447c
commit
34bee82abe
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.gitmodules
+1
-0
iot/libraries/TinyGPS
+ 3
- 0
.gitmodules
View File
@ -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
- 0
iot/libraries/TinyGPS
@ -0,0 +1 @@
Subproject commit db4ef9c97af767e7345f5ccb277ac3bd1a2eb81f
Write
Preview
Loading…
Cancel
Save