mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Hide dTE
This commit is contained in:
parent
572a9ed3ba
commit
88cba206ff
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue