mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-17 05:15:17 +03:00
fix: Add missing BUILD_OPTS to commit-tests
Duh! Added it to build-gh but not commit-tests
This commit is contained in:
parent
f31f06b344
commit
54aaf5b9d9
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ do
|
|||
tx12)
|
||||
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=TX12"
|
||||
;;
|
||||
tx12mk2)
|
||||
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=TX12MK2"
|
||||
;;
|
||||
t8)
|
||||
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=T8"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue