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:
parent
71a354c1a0
commit
1f46295c68
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue