mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 08:15:13 +03:00
Logical issue: X9DP is NOT an X9D. Will be fixed better when we introduce radio family definitions
This commit is contained in:
parent
c2af1efcd4
commit
bc04001498
7 changed files with 17 additions and 17 deletions
|
@ -704,7 +704,7 @@ bool isTrainerModeAvailable(int mode)
|
|||
else
|
||||
return true;
|
||||
}
|
||||
#elif defined(PCBX9D) || defined(PCBX9E)
|
||||
#elif defined(PCBX9D) || defined(PCBX9DP) || defined(PCBX9E)
|
||||
bool isTrainerModeAvailable(int mode)
|
||||
{
|
||||
if (IS_EXTERNAL_MODULE_ENABLED() && (mode == TRAINER_MODE_MASTER_SBUS_EXTERNAL_MODULE || mode == TRAINER_MODE_MASTER_CPPM_EXTERNAL_MODULE))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue