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

feat: support Jumper T20 V2 (#4701)

Co-authored-by: 3djc <3djc@gh.com>
Co-authored-by: Peter Feerick <peter.feerick@gmail.com>
This commit is contained in:
3djc 2024-03-14 10:08:59 +01:00 committed by GitHub
parent ab2b773b14
commit 84a90a75e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 149 additions and 57 deletions

View file

@ -112,6 +112,9 @@ do
t14)
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=T14"
;;
t20v2)
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=T20V2"
;;
xlite)
BUILD_OPTIONS+="-DPCB=XLITE"
;;