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

Possibility to disable PXX1 / PXX2 / CROSSFIRE

This commit is contained in:
Bertrand Songis 2019-02-09 12:31:16 +01:00
parent f9f37d75a7
commit f17212f9b7
9 changed files with 67 additions and 22 deletions

View file

@ -434,6 +434,7 @@ static int luaSportTelemetryPush(lua_State * L)
return 1;
}
#if defined(CROSSFIRE)
/*luadoc
@function crossfireTelemetryPop()
@ -515,6 +516,7 @@ static int luaCrossfireTelemetryPush(lua_State * L)
}
return 1;
}
#endif
/*luadoc
@function getFieldInfo(name)