mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Add throttle trim source
This commit is contained in:
parent
9ff2d528d2
commit
7512e8a2cf
1 changed files with 5 additions and 0 deletions
|
@ -1066,6 +1066,11 @@ void ModelSetupPage::build(FormWindow * window)
|
||||||
new StaticText(window, grid.getLabelSlot(true), STR_TTRIM);
|
new StaticText(window, grid.getLabelSlot(true), STR_TTRIM);
|
||||||
new CheckBox(window, grid.getFieldSlot(), GET_SET_DEFAULT(g_model.thrTrim));
|
new CheckBox(window, grid.getFieldSlot(), GET_SET_DEFAULT(g_model.thrTrim));
|
||||||
grid.nextLine();
|
grid.nextLine();
|
||||||
|
|
||||||
|
// Throttle trim source
|
||||||
|
new StaticText(window, grid.getLabelSlot(true), STR_TTRIM_SW);
|
||||||
|
new SourceChoice(window, grid.getFieldSlot(), 0, NUM_TRIMS - 1, GET_SET_DEFAULT( g_model.thrTrimSw));
|
||||||
|
grid.nextLine();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Preflight parameters
|
// Preflight parameters
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue