Fix merge bug
This commit is contained in:
parent
e3502622ce
commit
78a589c50d
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ var lastgsrestart = 0;
|
|||
# Check for A/C state change - advice me for a better method, please :/
|
||||
var waitingOOOIChange = maketimer(1, func(){ # 1sec precision
|
||||
phase = fmgc.FMGCInternal.phase;
|
||||
gs = pts.Velocities.groundspeed.getValue();
|
||||
gs = pts.Velocities.groundspeedKt.getValue();
|
||||
gear0 = pts.Gear.wow[0].getBoolValue();
|
||||
|
||||
#print(sprintf("OOOI check: %d %d %.2f %s",expectedOOOIState,phase,gs,gear0));
|
||||
|
|
Loading…
Reference in a new issue