mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Fix #917
This commit is contained in:
parent
38bbde82bf
commit
fae5686258
2 changed files with 7 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue