1
0
Fork 0

ACCONFIG: set oxygen switch to on

This commit is contained in:
legoboyvdlp R 2021-07-26 14:42:32 +01:00
parent 3dce3ef1ea
commit acd55d9a36

View file

@ -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!