mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
Merge branch '2.3' into 2.4
This commit is contained in:
commit
0a5c3d5969
8 changed files with 36 additions and 3 deletions
|
@ -160,7 +160,7 @@ fi
|
|||
if [[ " T8 X7 ALL " =~ \ ${FLAVOR}\ ]] ; then
|
||||
# OpenTX on T8
|
||||
rm -rf ./*
|
||||
cmake "${COMMON_OPTIONS}" -DPCB=X7 -DPCBREV=TX12 -DHELI=YES -DGVARS=YES "${SRCDIR}"
|
||||
cmake "${COMMON_OPTIONS}" -DPCB=X7 -DPCBREV=T8 -DHELI=YES -DGVARS=YES "${SRCDIR}"
|
||||
make -j"${CORES}" ${FIRMARE_TARGET}
|
||||
make -j"${CORES}" libsimulator
|
||||
make -j"${CORES}" tests-radio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue