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:
parent
2407212fc5
commit
195f03929a
36 changed files with 419 additions and 30 deletions
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue