mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Merge branch 'next' of https://github.com/opentx/opentx into next
This commit is contained in:
commit
dcb52913a5
1 changed files with 3 additions and 0 deletions
|
@ -1415,6 +1415,9 @@ bool isInputSourceAvailable(int source)
|
|||
if (source>=MIXSRC_FIRST_CH && source<=MIXSRC_LAST_CH)
|
||||
return true;
|
||||
|
||||
if (source>=MIXSRC_FIRST_PPM && source<=MIXSRC_LAST_PPM)
|
||||
return true;
|
||||
|
||||
if (source>=MIXSRC_FIRST_TELEM && source<=MIXSRC_LAST_TELEM)
|
||||
return isTelemetrySourceAvailable(source-MIXSRC_FIRST_TELEM+1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue