1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00
This commit is contained in:
bsongis 2014-07-10 08:06:21 +02:00
parent d44e851648
commit 904249b2dc

View file

@ -1905,6 +1905,10 @@ void menuModelFlightModesAll(uint8_t event)
putsFlightMode(OFS_CHECKTRIMS, (LCD_LINES-1)*FH+1, mixerCurrentFlightMode+1);
if (sub==MAX_FLIGHT_MODES && !trimsCheckTimer) {
lcd_status_line();
if (event == EVT_KEY_FIRST(KEY_ENTER)) {
s_editMode = 0;
trimsCheckTimer = 200; // 2 seconds
}
}
return;
}