mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 05:45:21 +03:00
uncommented call to isAvailable() that was used for testing
This commit is contained in:
parent
8b83911017
commit
61b701f930
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ static void luaGetValueAndPush(int src)
|
|||
if (src >= MIXSRC_FIRST_TELEM && src <= MIXSRC_LAST_TELEM) {
|
||||
src = (src-MIXSRC_FIRST_TELEM) / 3;
|
||||
// telemetry values
|
||||
if (TELEMETRY_STREAMING() /* && telemetryItems[src].isAvailable() */) {
|
||||
if (TELEMETRY_STREAMING() && telemetryItems[src].isAvailable()) {
|
||||
TelemetrySensor & telemetrySensor = g_model.telemetrySensors[src];
|
||||
switch (telemetrySensor.unit) {
|
||||
case UNIT_GPS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue