IESI - set altimeter also on acconfig startup
This commit is contained in:
parent
c17b3e1c6d
commit
d6f2de8756
1 changed files with 1 additions and 0 deletions
|
@ -509,6 +509,7 @@ var taxi_b = func {
|
|||
libraries.toggleSTD();
|
||||
}
|
||||
setprop("/instrumentation/altimeter[0]/setting-inhg", getprop("/environment/metar[0]/pressure-inhg") or 29.92);
|
||||
setprop("/instrumentation/altimeter[6]/setting-inhg", getprop("/environment/metar[0]/pressure-inhg") or 29.92);
|
||||
settimer(taxi_c, 2);
|
||||
}
|
||||
var taxi_c = func {
|
||||
|
|
Loading…
Add table
Reference in a new issue