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.
This commit is contained in:
parent
5cecb34321
commit
a61a7e429b
2 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -347,7 +347,7 @@
|
||||||
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/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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue