OpenBLT: add as submodule under firmware/ext (#3432)
* OpenBLT: add as submodule under firmware/ext OpenBLT is forked for RusEFI, rusefi_prod brunch is used. * OpenBLT: use https for submodule * submodule: make openblt submodule to track rusefi_prod
This commit is contained in:
parent
b45aba9a3a
commit
62e8248185
|
@ -33,3 +33,7 @@
|
|||
path = firmware/controllers/lua/luaaa
|
||||
url = https://github.com/rusefi/luaaa
|
||||
branch = rusefi_prod_2019
|
||||
[submodule "firmware/ext/openblt"]
|
||||
path = firmware/ext/openblt
|
||||
url = https://github.com/rusefi/openblt
|
||||
branch = rusefi_prod
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit d37f1887f7a03af9b563bbcaa51fe65e8e7d5fa8
|
Loading…
Reference in New Issue