mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Bug found in Pots Warning (Auto mode)
This commit is contained in:
parent
207fc721fa
commit
0ea3daa4c4
4 changed files with 11 additions and 8 deletions
|
@ -1305,7 +1305,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) >> 4;
|
||||
SAVE_POT_POSITION(m_posHorz-1);
|
||||
AUDIO_WARNING1();
|
||||
eeDirty(EE_MODEL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue