mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Problems with S3 on Taranis (not plus)
This commit is contained in:
parent
c5aed5f79b
commit
39edaff669
3 changed files with 22 additions and 3 deletions
|
@ -1462,6 +1462,14 @@ bool isTelemetrySourceAvailable(int source)
|
|||
|
||||
bool isInputSourceAvailable(int source)
|
||||
{
|
||||
#if defined(PCBTARANIS) && !defined(REVPLUS)
|
||||
if (source == MIXSRC_POT3)
|
||||
return false;
|
||||
#endif
|
||||
|
||||
if (source>=MIXSRC_Rud && source<=MIXSRC_MAX)
|
||||
return true;
|
||||
|
||||
if (source>=MIXSRC_Rud && source<=MIXSRC_MAX)
|
||||
return true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue