mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Allow trainer multi on T12 Pro
This commit is contained in:
parent
b79a55d668
commit
ff04188240
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ enum TrainerMode {
|
|||
};
|
||||
#endif
|
||||
|
||||
#if defined(RADIO_FAMILY_T16) || defined(ALLOW_TRAINER_MULTI)
|
||||
#if defined(RADIO_FAMILY_T16) || (defined(RADIO_T12) && defined(INTERNAL_MODULE_MULTI)) || defined(ALLOW_TRAINER_MULTI)
|
||||
#define TRAINER_MODE_MAX() TRAINER_MODE_MULTI
|
||||
#elif defined(BLUETOOTH)
|
||||
#define TRAINER_MODE_MAX() TRAINER_MODE_SLAVE_BLUETOOTH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue