Skip to content

Commit

Permalink
fix: maybe actually try to build new targets
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Oct 13, 2024
1 parent 17da888 commit 9309ea2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fw-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- x9dp2019;x9d;x9dp
- nv14;el18
- pl18;pl18ev
- t12
- t12;t12max
- t15;t16;t18
- t8;zorro;pocket;mt12;commando8
- tlite;tpro;tprov2;lr3pro
- tlite;tpro;tprov2;tpros;bumblebee;lr3pro
- t20;t20v2;t14
- tx12;tx12mk2;boxer
- tx16s
Expand Down
3 changes: 2 additions & 1 deletion build-firmwares-bluetooth-heli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ TARGET_NAMES_BW=("x9dp2019" "t8" "tlite" "tpro" "tx12"
"tx12mk2" "x7" "x7-access" "x9d" "x9dp"
"x9e" "x9e-hall" "x9lite" "x9lites" "xlite"
"xlites" "zorro" "commando8" "lr3pro" "t12"
"pocket" "mt12" "t20" "t20v2" "t14" tprov2)
"pocket" "mt12" "t20" "t20v2" "t14" "tprov2"
"t12max" "tpros" "bumblebee")

TARGET_BLUETOOTH_ENABLED=("x7" "x7-access" "xlite" "x9lites" "x9dp2019"
"t16" "t18" "tx16s" "x10" "x10-access" "x12s" "boxer" "tx12" "tx12mk2" "zorro")
Expand Down
3 changes: 2 additions & 1 deletion build-firmwares-bluetooth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ TARGET_NAMES_BW=("x9dp2019" "t8" "tlite" "tpro" "tx12"
"tx12mk2" "x7" "x7-access" "x9d" "x9dp"
"x9e" "x9e-hall" "x9lite" "x9lites" "xlite"
"xlites" "zorro" "commando8" "lr3pro" "t12"
"pocket" "mt12" "t20" "t20v2" "t14" tprov2)
"pocket" "mt12" "t20" "t20v2" "t14" "tprov2"
"t12max" "tpros" "bumblebee")

TARGET_BLUETOOTH_ENABLED=("x7" "x7-access" "xlite" "x9lites" "x9dp2019"
"t16" "t18" "tx16s" "x10" "x10-access" "x12s" "boxer" "tx12" "tx12mk2" "zorro")
Expand Down
3 changes: 2 additions & 1 deletion build-firmwares-heli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ TARGET_NAMES_BW=("x9dp2019" "t8" "tlite" "tpro" "tx12"
"tx12mk2" "x7" "x7-access" "x9d" "x9dp"
"x9e" "x9e-hall" "x9lite" "x9lites" "xlite"
"xlites" "zorro" "commando8" "lr3pro" "t12"
"pocket" "mt12" "t20" "t20v2" "t14" tprov2)
"pocket" "mt12" "t20" "t20v2" "t14" "tprov2"
"t12max" "tpros" "bumblebee")

# Voice menu only: SK HU
#LANGUAGES_ALL=(CN CZ DA DE EN ES FI FR HE IT JP NL PL PT RU SE TW UA)
Expand Down
3 changes: 2 additions & 1 deletion build-firmwares-luamixer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ TARGET_NAMES_BW=("x9dp2019" "t8" "tlite" "tpro" "tx12"
"tx12mk2" "x7" "x7-access" "x9d" "x9dp"
"x9e" "x9e-hall" "x9lite" "x9lites" "xlite"
"xlites" "zorro" "commando8" "lr3pro" "t12"
"pocket" "mt12" "t20" "t20v2" "t14" tprov2)
"pocket" "mt12" "t20" "t20v2" "t14" "tprov2"
"t12max" "tpros" "bumblebee")

# Voice menu only: SK HU
#LANGUAGES_ALL=(CN CZ DA DE EN ES FI FR HE IT JP NL PL PT RU SE TW UA)
Expand Down

0 comments on commit 9309ea2

Please sign in to comment.