mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 08:45:24 +03:00
Prepare T12 internal multi handling (#7072)
* Start POC * 128 UI reworked, pulse broken * 128 UI reworked, pulse broken * Add internal module option * Hide subtype when not needed * Companion * Compile fixes * Refactor * Refactor * Cosmetics * Cosmetics * Cosmetics * Update build tools * Cosmetics * 2.3 merge and corresponding updates * Module mesage size adapt * Fix when compiled with no multimodule * Cleanups * Cosmetics
This commit is contained in:
parent
a64010d05f
commit
103534bdcf
19 changed files with 215 additions and 130 deletions
|
@ -14,6 +14,12 @@ boards = {
|
|||
"PCBREV": "T12",
|
||||
"DEFAULT_MODE": "2",
|
||||
},
|
||||
"T12PRO": {
|
||||
"PCB": "X7",
|
||||
"PCBREV": "T12",
|
||||
"INTERNAL_MODULE_MULTI": "YES",
|
||||
"DEFAULT_MODE": "2",
|
||||
},
|
||||
"T16": {
|
||||
"PCB": "X10",
|
||||
"PCBREV": "T16",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue