Merge branch 'master' of https://github.com/it0uchpods/IDG-A32X into ECAM
This commit is contained in:
commit
e4765559b1
5 changed files with 5 additions and 5 deletions
|
@ -42,7 +42,7 @@ var initInputA = func(key) {
|
|||
}
|
||||
setprop("/MCDU[0]/scratchpad-msg", "1");
|
||||
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
|
||||
} else if (ci >= 0 and ci <= 999) {
|
||||
} else if (ci >= 0 and ci <= 120) {
|
||||
setprop("/FMGC/internal/cost-index", ci);
|
||||
setprop("/FMGC/internal/cost-index-set", 1);
|
||||
setprop("/MCDU[0]/scratchpad", "");
|
||||
|
|
|
@ -22,7 +22,7 @@ var perfCLBInput = func(key) {
|
|||
}
|
||||
setprop("/MCDU[0]/scratchpad-msg", "1");
|
||||
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
|
||||
} else if (ci >= 0 and ci <= 999) {
|
||||
} else if (ci >= 0 and ci <= 120) {
|
||||
setprop("/FMGC/internal/cost-index", ci);
|
||||
setprop("/FMGC/internal/cost-index-set", 1);
|
||||
setprop("/MCDU[0]/scratchpad", "");
|
||||
|
|
|
@ -42,7 +42,7 @@ var initInputA = func(key) {
|
|||
}
|
||||
setprop("/MCDU[1]/scratchpad-msg", "1");
|
||||
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
|
||||
} else if (ci >= 0 and ci <= 999) {
|
||||
} else if (ci >= 0 and ci <= 120) {
|
||||
setprop("/FMGC/internal/cost-index", ci);
|
||||
setprop("/FMGC/internal/cost-index-set", 1);
|
||||
setprop("/MCDU[1]/scratchpad", "");
|
||||
|
|
|
@ -22,7 +22,7 @@ var perfCLBInput = func(key) {
|
|||
}
|
||||
setprop("/MCDU[1]/scratchpad-msg", "1");
|
||||
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
|
||||
} else if (ci >= 0 and ci <= 999) {
|
||||
} else if (ci >= 0 and ci <= 120) {
|
||||
setprop("/FMGC/internal/cost-index", ci);
|
||||
setprop("/FMGC/internal/cost-index-set", 1);
|
||||
setprop("/MCDU[1]/scratchpad", "");
|
||||
|
|
|
@ -1 +1 @@
|
|||
4322
|
||||
4323
|
Reference in a new issue