mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
[All] Code refactoring
- keys beep and haptic refactoring (not anymore audio events) - trims move/mid/min/max refactoring (trim end splitted to trim min / trim max) - S6R new alarms - S6R servos/rx status displayed as a text (not an integer which has no sense) - Timer countdown configuration - The splash was not displayed (but the timeout was there) after the first calibration
This commit is contained in:
parent
24abad55ca
commit
7908eaa406
82 changed files with 749 additions and 598 deletions
|
@ -359,7 +359,6 @@ void guiMain(evt_t evt)
|
|||
TRACE("menuEvent 0x%02x", menuEvent);
|
||||
}
|
||||
menuEvent = 0;
|
||||
AUDIO_MENUS();
|
||||
}
|
||||
|
||||
if (warningText) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue