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:
parent
b01a936b4d
commit
2a6e69f902
4 changed files with 11 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue