ITAF Update
This commit is contained in:
parent
d26a8f26da
commit
9d8b530b46
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Reference in a new issue