1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-15 04:15:24 +03:00

feat: Jumper T12Max support (#5273)

This commit is contained in:
3djc 2024-07-13 07:24:46 +02:00 committed by GitHub
parent 2407212fc5
commit 195f03929a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 419 additions and 30 deletions

View file

@ -109,6 +109,9 @@ do
t20)
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=T20"
;;
t12max)
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=T12MAX"
;;
t14)
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=T14"
;;