mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Merge pull request #1455 from opentx/projectkk2glider/issue_1440
Fixes #1440 - Logical switches state not reset after model load
This commit is contained in:
commit
838190ce80
5 changed files with 40 additions and 5 deletions
|
@ -1625,11 +1625,6 @@ void flightReset()
|
|||
telemetryReset();
|
||||
#endif
|
||||
|
||||
logicalSwitchesReset();
|
||||
#if !defined(CPUARM)
|
||||
s_last_switch_value = 0;
|
||||
#endif
|
||||
|
||||
s_mixer_first_run_done = false;
|
||||
|
||||
START_SILENCE_PERIOD();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue