System: Re-enable ECAM loop
This commit is contained in:
parent
16817413da
commit
e0a543969a
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ var systemsLoop = maketimer(0.1, func {
|
||||||
libraries.ECAM.loop();
|
libraries.ECAM.loop();
|
||||||
libraries.BUTTONS.update();
|
libraries.BUTTONS.update();
|
||||||
fadec.FADEC.loop();
|
fadec.FADEC.loop();
|
||||||
# ecam.ECAM_controller.loop();
|
ecam.ECAM_controller.loop();
|
||||||
rmp.rmpUpdate();
|
rmp.rmpUpdate();
|
||||||
|
|
||||||
if ((getprop("/controls/pneumatic/switches/groundair") or getprop("/controls/switches/cart")) and ((getprop("/velocities/groundspeed-kt") > 2) or getprop("/controls/gear/brake-parking") == 0)) {
|
if ((getprop("/controls/pneumatic/switches/groundair") or getprop("/controls/switches/cart")) and ((getprop("/velocities/groundspeed-kt") > 2) or getprop("/controls/gear/brake-parking") == 0)) {
|
||||||
|
|
Reference in a new issue