System: HDG reset time changed to 45

This commit is contained in:
Joshua Davidson 2018-12-28 12:47:05 -05:00
parent 028b0fef46
commit 035b15d99a
2 changed files with 2 additions and 2 deletions

View file

@ -203,7 +203,7 @@ var loopFMA = maketimer(0.05, func {
} }
# Preselect HDG # 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); 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) { } 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); setprop("/it-autoflight/custom/show-hdg", 0);

View file

@ -1 +1 @@
4719 4720