mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 12:55:12 +03:00
re #1334 - added Lua script outputs to: mixer soruces list, logical switches V1 and V2 list
This commit is contained in:
parent
5fcba6e193
commit
d0edbacf37
8 changed files with 132 additions and 111 deletions
|
@ -357,6 +357,8 @@ QString RawSource::toString(const ModelData & model)
|
|||
}
|
||||
return result;
|
||||
}
|
||||
case SOURCE_TYPE_LUA_OUTPUT:
|
||||
return QObject::tr("[S%1]%2").arg(index/16+1).arg(index%16+1);
|
||||
case SOURCE_TYPE_STICK:
|
||||
return AnalogString(index);
|
||||
case SOURCE_TYPE_TRIM:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue