A33X: FMGC bugfix
This commit is contained in:
parent
76d5ecb477
commit
c542815f03
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ var APinit = func {
|
|||
setprop("/it-autoflight/mode/vert", " ");
|
||||
setprop("/it-autoflight/input/spd-kts", 100);
|
||||
setprop("/it-autoflight/input/spd-mach", 0.50);
|
||||
setprop("/it-autoflight/custom/show-hdg", 0);
|
||||
setprop("/it-autoflight/custom/show-hdg", 1);
|
||||
trkfpa_off();
|
||||
ap_varioust.start();
|
||||
thrustmode();
|
||||
|
|
|
@ -1 +1 @@
|
|||
4308
|
||||
4309
|
Reference in a new issue