mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 21:35:27 +03:00
Bsongis/xlite trainer modes (#6497)
More trainer modes added on XLite(S) and X9Lite
This commit is contained in:
parent
c3388dc65e
commit
383e723b96
23 changed files with 157 additions and 238 deletions
|
@ -107,8 +107,8 @@ TASK_FUNCTION(mixerTask)
|
|||
s_pulses_paused = true;
|
||||
|
||||
while (1) {
|
||||
#if defined(PCBX9D) || defined(PCBX7)
|
||||
// SBUS on Hearbeat PIN (which is a serial RX)
|
||||
#if defined(PCBTARANIS) && defined(SBUS)
|
||||
// SBUS trainer
|
||||
processSbusInput();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue