mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 07:15:12 +03:00
'next' EEPROM support continued: curves (any number of points, smooth
curves)
This commit is contained in:
parent
f83446cea1
commit
3332cbf051
5 changed files with 181 additions and 149 deletions
|
@ -12,7 +12,8 @@ QString getPhaseName(int val, char * phasename)
|
|||
phaseName.append(phasename);
|
||||
if (phaseName.isEmpty()) {
|
||||
return QString(val < 0 ? "!" : "") + QObject::tr("FM%1").arg(abs(val) - 1);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
return QString(val < 0 ? "!" : "") + phaseName;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue