mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-14 03:49:51 +03:00
feat: Add initial Jumper T20 support (#3726)
* Jumper T20 * Fix center beeps * Add option to pinch top trim as well to bootloader * chore: Regenerate yaml * chore: Add entry for Buddy * Jumper T20 * Foldable section for fonction swith and fix preflight pot checks * Remove duplicated entry * Rename "function switches" to "customizable switches" * chore: Add translations * chore: Update translations * chore: Update Companion translations/wording
This commit is contained in:
parent
ab5f44bacf
commit
7f669f12d9
74 changed files with 1504 additions and 174 deletions
|
@ -103,6 +103,9 @@ do
|
|||
tlitef4)
|
||||
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=TLITEF4"
|
||||
;;
|
||||
t20)
|
||||
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=T20"
|
||||
;;
|
||||
xlite)
|
||||
BUILD_OPTIONS+="-DPCB=XLITE"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue