A3XX: Update HDG config
This commit is contained in:
parent
619f3b9e8c
commit
692d34eb1f
2 changed files with 2 additions and 1 deletions
|
@ -349,7 +349,7 @@
|
|||
</pitch>
|
||||
<cmd>
|
||||
<roll-kp>-0.9</roll-kp>
|
||||
<roll-scale>1.6</roll-scale>
|
||||
<roll-scale>1.4</roll-scale>
|
||||
<vorloc>-2.8</vorloc>
|
||||
<vs>0.01</vs>
|
||||
</cmd>
|
||||
|
|
|
@ -33,6 +33,7 @@ var FMGCinit = func {
|
|||
setprop("/it-autoflight/settings/reduc-agl-ft", 3000);
|
||||
setprop("/FMGC/internal/decel", 0);
|
||||
setprop("/FMGC/internal/loc-source", "NAV0");
|
||||
setprop("/FMGC/internal/optalt", 0);
|
||||
phasecheck.start();
|
||||
various.start();
|
||||
various2.start();
|
||||
|
|
Reference in a new issue