Compare commits

...

2 commits

Author SHA1 Message Date
Dan Halbert
9a6a575d5b
Update .gitmodules 2023-11-27 19:58:50 -05:00
a61a7e429b
Move the "biplane" library to the right spot
Because it was placed in the wrong location, it appears it was never actually
available for installation via the bundle/circup. This location should be
correct & allow installation.
2023-11-27 14:20:38 -06:00
2 changed files with 2 additions and 2 deletions

4
.gitmodules vendored
View file

@ -346,8 +346,8 @@
[submodule "libraries/drivers/bma400"] [submodule "libraries/drivers/bma400"]
path = libraries/drivers/bma400 path = libraries/drivers/bma400
url = https://github.com/jposada202020/CircuitPython_BMA400.git url = https://github.com/jposada202020/CircuitPython_BMA400.git
[submodule "libraries/biplane"] [submodule "libraries/helpers/biplane"]
path = libraries/biplane path = libraries/helpers/biplane
url = https://github.com/Uberi/biplane.git url = https://github.com/Uberi/biplane.git
[submodule "libraries/drivers/bmp581"] [submodule "libraries/drivers/bmp581"]
path = libraries/drivers/bmp581 path = libraries/drivers/bmp581