A3XX: Fix FMGC errors in pause startup (i think)
This commit is contained in:
parent
0d5d9fc80d
commit
c63e89a69c
2 changed files with 4 additions and 1 deletions
|
@ -9,6 +9,9 @@
|
|||
# IT-AUTOFLIGHT Based Autopilot #
|
||||
#################################
|
||||
|
||||
setprop("/it-autoflight/internal/vert-speed-fpm", 0);
|
||||
setprop("/it-autoflight/internal/heading-5-sec-ahead", 0);
|
||||
|
||||
setlistener("/sim/signals/fdm-initialized", func {
|
||||
var trueSpeedKts = getprop("/instrumentation/airspeed-indicator/true-speed-kt");
|
||||
var locdefl = getprop("/instrumentation/nav[0]/heading-needle-deflection-norm");
|
||||
|
|
|
@ -1 +1 @@
|
|||
1509
|
||||
1510
|
Reference in a new issue