1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-18 22:05:10 +03:00

Merge pull request #577 from opentx/bsongis/Issue488_change_default_trim_mode_to_fine

Bsongis/issue488 change default trim mode to fine
This commit is contained in:
Andre Bernet 2014-01-23 10:52:26 -08:00
commit 4764cc889c
14 changed files with 41 additions and 38 deletions

View file

@ -1111,7 +1111,7 @@ void menuModelSetup(uint8_t event)
break;
case ITEM_MODEL_TRIM_INC:
g_model.trimInc = selectMenuItem(MODEL_SETUP_2ND_COLUMN, y, STR_TRIMINC, STR_VTRIMINC, g_model.trimInc, 0, 4, attr, event);
g_model.trimInc = selectMenuItem(MODEL_SETUP_2ND_COLUMN, y, STR_TRIMINC, STR_VTRIMINC, g_model.trimInc, -2, 2, attr, event);
break;
case ITEM_MODEL_THROTTLE_REVERSED: