mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
PPM polarity was inverted in Companion PrintDialog and CompareDialog
This commit is contained in:
parent
50122d4ee1
commit
58f81b193b
3 changed files with 6 additions and 5 deletions
|
@ -119,7 +119,7 @@ void PrintDialog::printSetup()
|
|||
str.append(fv(tr("Timer1"), getTimerStr(g_model->timers[0]))); //value, mode, count up/down
|
||||
str.append(fv(tr("Timer2"), getTimerStr(g_model->timers[1]))); //value, mode, count up/down
|
||||
str.append(fv(tr("Protocol"), getProtocol(g_model))); //proto, numch, delay,
|
||||
str.append(fv(tr("Pulse Polarity"), g_model->moduleData[0].ppmPulsePol ? "NEG" : "POS"));
|
||||
str.append(fv(tr("Pulse Polarity"), g_model->moduleData[0].polarityToString()));
|
||||
str.append(fv(tr("Throttle Trim"), g_model->thrTrim ? tr("Enabled") : tr("Disabled")));
|
||||
str.append(fv(tr("Throttle Expo"), g_model->thrExpo ? tr("Enabled") : tr("Disabled")));
|
||||
// TODO str.append(fv(tr("Trim Switch"), getSWName(g_model->trimSw)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue