mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Issue #812 fixed
This commit is contained in:
parent
5036c64a7b
commit
d8c8e21e1f
1 changed files with 1 additions and 1 deletions
|
@ -1041,7 +1041,7 @@ void menuGeneralTrainer(uint8_t event)
|
|||
}
|
||||
|
||||
if (attr) {
|
||||
if (event==EVT_KEY_FIRST(KEY_MENU)){
|
||||
if (event==EVT_KEY_FIRST(KEY_ENTER)){
|
||||
s_editMode = -1;
|
||||
memcpy(g_eeGeneral.trainer.calib, g_ppmIns, sizeof(g_eeGeneral.trainer.calib));
|
||||
eeDirty(EE_GENERAL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue