A32X: Fix GPWS inhibit not working #122
This commit is contained in:
parent
11545e2ede
commit
318508fb4e
2 changed files with 7 additions and 1 deletions
|
@ -226,6 +226,12 @@ var systemsLoop = maketimer(0.1, func {
|
|||
} else {
|
||||
setprop("/instrumentation/mk-viii/inputs/discretes/momentary-flap-override", 0);
|
||||
}
|
||||
|
||||
if (getprop("/instrumentation/mk-viii/inputs/discretes/gpws-inhibit") == 1) {
|
||||
setprop("/instrumentation/mk-viii/speaker/volume", 0);
|
||||
} else {
|
||||
setprop("/instrumentation/mk-viii/speaker/volume", 2);
|
||||
}
|
||||
});
|
||||
|
||||
setlistener("/options/steep-ils", func {
|
||||
|
|
|
@ -1 +1 @@
|
|||
4215
|
||||
4216
|
Reference in a new issue