mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
env: replace git submodule url as http to prevent failure to fetch without github account
This commit is contained in:
parent
9508ea7215
commit
0abe3e00d0
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
[submodule "ChibiOS"]
|
[submodule "ChibiOS"]
|
||||||
path = ChibiOS
|
path = ChibiOS
|
||||||
url = git@github.com:edy555/ChibiOS.git
|
url = https://github.com/edy555/ChibiOS.git
|
||||||
branch = I2SFULLDUPLEX
|
branch = I2SFULLDUPLEX
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue