mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Provide a manual compilation option to force TRAINER multi Horus with hacked hardware (#7226)
This commit is contained in:
parent
4249c04742
commit
103db22270
2 changed files with 6 additions and 1 deletions
|
@ -205,7 +205,7 @@ enum TrainerMode {
|
|||
};
|
||||
#endif
|
||||
|
||||
#if defined(RADIO_T16)
|
||||
#if defined(RADIO_T16) || 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