mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-20 14:55:09 +03:00
Deactivate aux_serial on Horus targets (#6733)
Remove AUX_SERIAL on Horus
This commit is contained in:
parent
6684a75d92
commit
0a8917cbe2
9 changed files with 9 additions and 21 deletions
|
@ -711,7 +711,7 @@ bool isTrainerModeAvailable(int mode)
|
|||
return false;
|
||||
#endif
|
||||
|
||||
#if !defined(PCBSKY9X) && !defined(TRAINER_BATTERY_COMPARTMENT)
|
||||
#if defined(PCBTARANIS) && !defined(TRAINER_BATTERY_COMPARTMENT)
|
||||
if (mode == TRAINER_MODE_MASTER_BATTERY_COMPARTMENT)
|
||||
return false;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue