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.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)) {
|
||||
|
|
Reference in a new issue