mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Companion bug in model import fixed (after changing radio in the same
session)
This commit is contained in:
parent
a26c83bd30
commit
35ba4b68b1
1 changed files with 2 additions and 2 deletions
|
@ -203,8 +203,8 @@ class SourcesConversionTable: public ConversionTable {
|
|||
if (IS_TARANIS(board) && version >= 216) {
|
||||
for (int i=0; i<32; i++)
|
||||
addConversion(RawSource(SOURCE_TYPE_VIRTUAL_INPUT, i), val++);
|
||||
for (int i=0; i<GetCurrentFirmware()->getCapability(LuaScripts); i++) {
|
||||
for (int j=0; j<GetCurrentFirmware()->getCapability(LuaOutputsPerScript); j++) {
|
||||
for (int i=0; i<7; i++) {
|
||||
for (int j=0; j<6; j++) {
|
||||
addConversion(RawSource(SOURCE_TYPE_LUA_OUTPUT, i*16+j), val++);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue