ITAF Update

This commit is contained in:
Joshua Davidson 2017-05-13 11:23:14 -04:00
parent d26a8f26da
commit 9d8b530b46

View file

@ -112,6 +112,8 @@ setlistener("/it-autoflight/input/athr", func {
if (atmas == 0) { if (atmas == 0) {
setprop("/it-autoflight/output/athr", 0); setprop("/it-autoflight/output/athr", 0);
} else if (atmas == 1) { } else if (atmas == 1) {
setprop("/it-autoflight/output/retard", 0);
thrustmode();
setprop("/it-autoflight/output/athr", 1); setprop("/it-autoflight/output/athr", 1);
} }
}); });