add libraries
This commit is contained in:
parent
6cd65f0a8f
commit
95032c0d98
12
.gitmodules
vendored
12
.gitmodules
vendored
|
@ -1,3 +1,15 @@
|
||||||
[submodule "gateway"]
|
[submodule "gateway"]
|
||||||
path = gateway
|
path = gateway
|
||||||
url = ssh://vanilla@dev.danilafe.com/CS-46X/gateway
|
url = ssh://vanilla@dev.danilafe.com/CS-46X/gateway
|
||||||
|
[submodule "libraries/arduino-LoRa"]
|
||||||
|
path = libraries/arduino-LoRa
|
||||||
|
url = https://github.com/sandeepmistry/arduino-LoRa.git
|
||||||
|
[submodule "external/ArduinoCore-avr"]
|
||||||
|
path = external/ArduinoCore-avr
|
||||||
|
url = https://github.com/arduino/ArduinoCore-avr.git
|
||||||
|
[submodule "external/nanopb"]
|
||||||
|
path = external/nanopb
|
||||||
|
url = https://github.com/nanopb/nanopb.git
|
||||||
|
[submodule "libraries/TinyGPSPlus"]
|
||||||
|
path = libraries/TinyGPSPlus
|
||||||
|
url = https://github.com/mikalhart/TinyGPSPlus.git
|
||||||
|
|
1
external/ArduinoCore-avr
vendored
Submodule
1
external/ArduinoCore-avr
vendored
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0f3d4da614d5a195e03d70741031092a002e2d33
|
1
external/nanopb
vendored
Submodule
1
external/nanopb
vendored
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 58699f8a737823eabe001d4c1cf7ab2684ced861
|
1
libraries/TinyGPSPlus
Submodule
1
libraries/TinyGPSPlus
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit cfb60e5e381c025ff7e52838897edab8a6e7d449
|
1
libraries/arduino-LoRa
Submodule
1
libraries/arduino-LoRa
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 7edf89a982f08101c6072ff21c8b9067b4b6a089
|
Loading…
Reference in New Issue
Block a user