mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +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
|
@ -59,8 +59,7 @@ void preModelLoad()
|
|||
void postModelLoad(bool newModel)
|
||||
{
|
||||
AUDIO_FLUSH();
|
||||
flightReset();
|
||||
logicalSwitchesReset();
|
||||
flightReset(false);
|
||||
|
||||
if (pulsesStarted()) {
|
||||
#if defined(GUI)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue