mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
PPMx were missing in Inputs source list
This commit is contained in:
parent
3ab86c90a6
commit
4d66fd8061
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