1
0
Fork 0
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:
bsongis 2014-08-04 10:13:14 +02:00
parent c5aed5f79b
commit 39edaff669
3 changed files with 22 additions and 3 deletions

View file

@ -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;