Fix bug where during fast init, the airspeed and altitude indicators would not work
This commit is contained in:
parent
9ad6731ffd
commit
6a59bfb69a
1 changed files with 1 additions and 1 deletions
|
@ -178,8 +178,8 @@ var canvas_IESI = {
|
|||
me["IESI"].hide();
|
||||
me["IESI_Init"].show();
|
||||
me["ATTflag"].hide();
|
||||
return;
|
||||
}
|
||||
return;
|
||||
} else {
|
||||
if (pinPrograms.metricAltitude) {
|
||||
me["ALT_meters"].show();
|
||||
|
|
Loading…
Add table
Reference in a new issue