From 035b15d99a600afdb6cb487bb218fe3c11265100 Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Fri, 28 Dec 2018 12:47:05 -0500 Subject: [PATCH] System: HDG reset time changed to 45 --- Nasal/FMGC-c.nas | 2 +- revision.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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