diff --git a/Nasal/FMGC-c.nas b/Nasal/FMGC-c.nas index 49bacfdd..fcf7257d 100644 --- a/Nasal/FMGC-c.nas +++ b/Nasal/FMGC-c.nas @@ -203,7 +203,7 @@ var loopFMA = maketimer(0.05, func { } # Preselect HDG - if (getprop("/modes/fcu/hdg-time") + 10 >= elapsedtime) { + if (getprop("/modes/fcu/hdg-time") + 45 >= elapsedtime) { setprop("/it-autoflight/custom/show-hdg", 1); } else if (getprop("/it-autoflight/output/lat") != 0 and getprop("/it-autoflight/output/lat") != 5 and getprop("/it-autoflight/output/lat") != 9) { setprop("/it-autoflight/custom/show-hdg", 0); diff --git a/revision.txt b/revision.txt index d2bef931..c3a4e75b 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -4719 \ No newline at end of file +4720 \ No newline at end of file