1
0
Fork 0
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:
Bertrand Songis 2016-05-13 14:06:35 +02:00
parent 24abad55ca
commit 7908eaa406
82 changed files with 749 additions and 598 deletions

View file

@ -59,8 +59,7 @@ void preModelLoad()
void postModelLoad(bool newModel)
{
AUDIO_FLUSH();
flightReset();
logicalSwitchesReset();
flightReset(false);
if (pulsesStarted()) {
#if defined(GUI)