1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00

Preparation for A3/A4

This commit is contained in:
bsongis 2014-05-22 20:51:46 +02:00
parent b01a936b4d
commit 2a6e69f902
4 changed files with 11 additions and 6 deletions

View file

@ -1438,9 +1438,6 @@ bool isSourceAvailable(int source)
bool isTelemetrySourceAvailable(int source)
{
if (source == TELEM_RX_VOLTAGE || source == TELEM_A3 || source == TELEM_A4 || source == TELEM_MIN_A3 || source == TELEM_MIN_A4)
return false;
#if defined(PCBTARANIS)
if (source == TELEM_RSSI_TX)
return false;