1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-21 15:25:17 +03:00

[128x64] Fix failsafe press-to-set

This commit is contained in:
Andre Bernet 2016-12-13 15:29:54 +01:00
parent 71a354c1a0
commit 1f46295c68

View file

@ -1110,7 +1110,7 @@ void menuModelFailsafe(event_t event)
killEvents(event);
event = 0;
if (s_editMode) {
g_model.moduleData[g_moduleIdx].failsafeChannels[menuVerticalPosition] = channelOutputs[ch+channelStart];
g_model.moduleData[g_moduleIdx].failsafeChannels[menuVerticalPosition] = channelOutputs[menuVerticalPosition+channelStart];
storageDirty(EE_MODEL);
AUDIO_WARNING1();
s_editMode = 0;