ACCONFIG: set oxygen switch to on
This commit is contained in:
parent
3dce3ef1ea
commit
acd55d9a36
1 changed files with 2 additions and 0 deletions
|
@ -323,6 +323,7 @@ var beforestart = func {
|
|||
setprop("/controls/flight/elevator-trim", 0);
|
||||
libraries.systemsInit();
|
||||
libraries.variousReset();
|
||||
setprop("/controls/oxygen/crewOxyPB", 1);
|
||||
failResetOld();
|
||||
|
||||
# Now the Startup!
|
||||
|
@ -418,6 +419,7 @@ var taxi = func {
|
|||
setprop("/controls/flight/elevator-trim", 0);
|
||||
libraries.systemsInit();
|
||||
libraries.variousReset();
|
||||
setprop("/controls/oxygen/crewOxyPB", 1);
|
||||
failResetOld();
|
||||
|
||||
# Now the Startup!
|
||||
|
|
Loading…
Add table
Reference in a new issue