1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

Confirmation beep had been removed on stock

This commit is contained in:
Andre Bernet 2014-02-01 14:57:35 +01:00
parent 3a5b41ae54
commit 3f2166330d

View file

@ -1178,6 +1178,7 @@ void menuModelSetup(uint8_t event)
#if defined(CPUM64) #if defined(CPUM64)
getMovedSwitch(); getMovedSwitch();
g_model.switchWarningStates = switches_states; g_model.switchWarningStates = switches_states;
AUDIO_WARNING1();
eeDirty(EE_MODEL); eeDirty(EE_MODEL);
#else #else
if (m_posHorz == NUM_SWITCHES-1) { if (m_posHorz == NUM_SWITCHES-1) {