0.25s more correct
This commit is contained in:
parent
b2971ede44
commit
da2ec355a2
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ var ECAMloopTimer = maketimer(0.2, func {
|
|||
});
|
||||
|
||||
# Flash Master Warning Light
|
||||
var warnTimer = maketimer(0.2, func {
|
||||
var warnTimer = maketimer(0.25, func {
|
||||
flash = getprop("/ECAM/warnings/master-warning-flash");
|
||||
light = getprop("/ECAM/warnings/master-warning-light");
|
||||
if (!light) {
|
||||
|
|
Reference in a new issue