mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 22:05:10 +03:00
mAh was store two times on Tx shutdown
This commit is contained in:
parent
9ac30369e0
commit
c205336fa6
2 changed files with 17 additions and 25 deletions
|
@ -670,7 +670,7 @@ void menuModelFailsafe(uint8_t event)
|
|||
uint8_t ch;
|
||||
|
||||
if (event == EVT_KEY_LONG(KEY_ENTER) && s_editMode) {
|
||||
s_noHi = NO_HI_LEN;
|
||||
s_noHi = NO_HI_LEN;
|
||||
g_model.moduleData[g_moduleIdx].failsafeChannels[m_posVert] = channelOutputs[m_posVert];
|
||||
eeDirty(EE_MODEL);
|
||||
AUDIO_WARNING1();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue