1
0
Fork 0

Fix ECAM controller

This commit is contained in:
legoboyvdlp R 2021-06-21 16:41:29 +01:00
parent 01018ef743
commit 11c230bdfe

View file

@ -243,7 +243,7 @@ var warning = {
}, },
callPage: func() { callPage: func() {
if (me.sdPage == "nil" or me.hasCalled == 1) { return; } if (me.sdPage == "nil" or me.hasCalled == 1) { return; }
ecam.SystemDisplay.failCall(me.sdPage); ecam.SystemDisplayController.failureCall(me.sdPage);
me.hasCalled = 1; me.hasCalled = 1;
} }
}; };
@ -478,7 +478,7 @@ var ECAM_controller = {
} }
if (statusFlag == 1 and lines[0].getValue() == "") { if (statusFlag == 1 and lines[0].getValue() == "") {
ecam.SystemDisplay.manCall("sts"); ecam.SystemDisplay.manCall("statusPage");
statusFlag = 0; statusFlag = 0;
} }
}, },