mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-05 14:35:50 +00: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
1 changed files with 2 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -1,4 +1,4 @@
|
|||
[submodule "ChibiOS"]
|
||||
path = ChibiOS
|
||||
url = git@github.com:edy555/ChibiOS.git
|
||||
branch = I2SFULLDUPLEX
|
||||
url = https://github.com/edy555/ChibiOS.git
|
||||
branch = I2SFULLDUPLEX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue