System: Re-enable ECAM loop

This commit is contained in:
Joshua Davidson 2018-11-15 14:11:10 -05:00
parent 16817413da
commit e0a543969a

View file

@ -209,7 +209,7 @@ var systemsLoop = maketimer(0.1, func {
libraries.ECAM.loop();
libraries.BUTTONS.update();
fadec.FADEC.loop();
# ecam.ECAM_controller.loop();
ecam.ECAM_controller.loop();
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)) {