mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 06:45:10 +03:00
BT fixes on X-LiteS
This commit is contained in:
parent
2afe8794aa
commit
22f35c6d27
11 changed files with 49 additions and 52 deletions
|
@ -205,9 +205,7 @@ enum BeeperMode {
|
|||
};
|
||||
#endif
|
||||
|
||||
#if defined(PCBXLITES)
|
||||
#define TRAINER_MODE_MAX() TRAINER_MODE_SLAVE
|
||||
#elif defined(BLUETOOTH)
|
||||
#if defined(BLUETOOTH)
|
||||
#define TRAINER_MODE_MAX() TRAINER_MODE_SLAVE_BLUETOOTH
|
||||
#elif defined(PCBX7) || defined(PCBXLITE)
|
||||
#define TRAINER_MODE_MAX() TRAINER_MODE_MASTER_CPPM_EXTERNAL_MODULE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue