Also fix typo
This commit is contained in:
parent
cd0613a728
commit
6cd703e182
1 changed files with 2 additions and 2 deletions
|
@ -545,7 +545,7 @@ var canvas_lowerECAM_base = {
|
|||
},
|
||||
updateBottomStatus: func() {
|
||||
if (dmc.DMController.DMCs[1].outputs[4] != nil) {
|
||||
me["SAT"].setText(sprintf("%2.0f", dmc.DMController.DMCs[0].outputs[4].getValue()));
|
||||
me["SAT"].setText(sprintf("%2.0f", dmc.DMController.DMCs[1].outputs[4].getValue()));
|
||||
me["SAT"].setColor(0.0509,0.7529,0.2941);
|
||||
} else {
|
||||
me["SAT"].setText(sprintf("%s", "XX"));
|
||||
|
@ -553,7 +553,7 @@ var canvas_lowerECAM_base = {
|
|||
}
|
||||
|
||||
if (dmc.DMController.DMCs[1].outputs[5] != nil) {
|
||||
me["TAT"].setText(sprintf("%2.0f", dmc.DMController.DMCs[0].outputs[5].getValue()));
|
||||
me["TAT"].setText(sprintf("%2.0f", dmc.DMController.DMCs[1].outputs[5].getValue()));
|
||||
me["TAT"].setColor(0.0509,0.7529,0.2941);
|
||||
} else {
|
||||
me["TAT"].setText(sprintf("%s", "XX"));
|
||||
|
|
Loading…
Add table
Reference in a new issue