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:
parent
f9f37d75a7
commit
f17212f9b7
9 changed files with 67 additions and 22 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue