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:
parent
ab2b773b14
commit
84a90a75e4
27 changed files with 149 additions and 57 deletions
|
@ -112,6 +112,9 @@ do
|
|||
t14)
|
||||
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=T14"
|
||||
;;
|
||||
t20v2)
|
||||
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=T20V2"
|
||||
;;
|
||||
xlite)
|
||||
BUILD_OPTIONS+="-DPCB=XLITE"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue