1
0
Fork 0
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:
Bertrand Songis 2014-02-10 16:17:47 +01:00
parent 9ac30369e0
commit c205336fa6
2 changed files with 17 additions and 25 deletions

View file

@ -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();