mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 07:15:12 +03:00
Merge branch 'upstream/next'
This commit is contained in:
commit
4ccbc13f6a
44 changed files with 2840 additions and 3020 deletions
|
@ -308,10 +308,7 @@ QString RawSource::toString()
|
|||
case SOURCE_TYPE_PPM:
|
||||
return QObject::tr("TR%1").arg(index+1);
|
||||
case SOURCE_TYPE_CH:
|
||||
if (index < GetEepromInterface()->getCapability(Outputs))
|
||||
return QObject::tr("CH%1%2").arg((index+1)/10).arg((index+1)%10);
|
||||
else
|
||||
return QObject::tr("X%1").arg(index-GetEepromInterface()->getCapability(Outputs)+1);
|
||||
return QObject::tr("CH%1").arg(index+1);
|
||||
case SOURCE_TYPE_TELEMETRY:
|
||||
return CHECK_IN_ARRAY(telemetry, index);
|
||||
case SOURCE_TYPE_GVAR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue