1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00
This commit is contained in:
Andre Bernet 2014-02-28 10:37:35 +01:00
parent 572a9ed3ba
commit 88cba206ff

View file

@ -1397,6 +1397,9 @@ bool isTelemetrySourceAvailable(int source)
if (source >= TELEM_RESERVE6 && source <= TELEM_RESERVE10) if (source >= TELEM_RESERVE6 && source <= TELEM_RESERVE10)
return false; return false;
if (source == TELEM_DTE)
return false;
return true; return true;
} }