1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00
This commit is contained in:
Andre Bernet 2014-04-02 18:27:39 +02:00
parent 38bbde82bf
commit fae5686258
2 changed files with 7 additions and 6 deletions

View file

@ -1252,7 +1252,7 @@ void menuModelSetup(uint8_t event)
case EVT_KEY_LONG(KEY_ENTER):
killEvents(event);
if(potMode == 1) {
g_model.potPosition[m_posHorz-1] = getValue(MIXSRC_FIRST_POT+m_posHorz-1) >> 3;
g_model.potPosition[m_posHorz-1] = getValue(MIXSRC_FIRST_POT+m_posHorz-1) >> 4;
AUDIO_WARNING1();
eeDirty(EE_MODEL);
}