1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-18 22:05:08 +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:
Peter Feerick 2022-07-20 13:13:43 +10:00
parent f31f06b344
commit 54aaf5b9d9

View file

@ -88,6 +88,9 @@ do
tx12) tx12)
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=TX12" BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=TX12"
;; ;;
tx12mk2)
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=TX12MK2"
;;
t8) t8)
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=T8" BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=T8"
;; ;;