Merge pull request #199 from Uberi/fix-biplane-updated
Add new version of biplane and move it to the correct location
This commit is contained in:
commit
b602134140
2 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -346,9 +346,6 @@
|
|||
[submodule "libraries/drivers/bma400"]
|
||||
path = libraries/drivers/bma400
|
||||
url = https://github.com/jposada202020/CircuitPython_BMA400.git
|
||||
[submodule "libraries/biplane"]
|
||||
path = libraries/biplane
|
||||
url = https://github.com/Uberi/biplane.git
|
||||
[submodule "libraries/drivers/bmp581"]
|
||||
path = libraries/drivers/bmp581
|
||||
url = https://github.com/jposada202020/CircuitPython_BMP581.git
|
||||
|
|
@ -406,3 +403,6 @@
|
|||
[submodule "libraries/drivers/lilygo_tdeck"]
|
||||
path = libraries/drivers/lilygo_tdeck
|
||||
url = https://github.com/rgrizzell/CircuitPython_LILYGO_T-Deck.git
|
||||
[submodule "libraries/helpers/biplane"]
|
||||
path = libraries/helpers/biplane
|
||||
url = https://github.com/Uberi/biplane.git
|
||||
|
|
|
|||
Loading…
Reference in a new issue