Merge branch 'master' of https://github.com/it0uchpods/IDG-A32X into ECAM

This commit is contained in:
Jonathan Redpath 2018-12-05 14:30:52 +00:00
commit 3062c8f7cc
2 changed files with 3 additions and 3 deletions

View file

@ -119,7 +119,7 @@ setlistener("/controls/engines/engine[0]/throttle-pos", func {
}
setprop("/controls/engines/engine[0]/throttle-fdm", 0.99);
}
});
}, 0, 0);
setlistener("/controls/engines/engine[1]/throttle-pos", func {
engstate1 = getprop("/engines/engine[0]/state");
@ -180,7 +180,7 @@ setlistener("/controls/engines/engine[1]/throttle-pos", func {
}
setprop("/controls/engines/engine[1]/throttle-fdm", 0.99);
}
});
}, 0, 0);
# Alpha Floor and Toga Lock
setlistener("/it-autoflight/input/athr", func {

View file

@ -1 +1 @@
4704
4705