ソースを参照

fix the bug in DE-ReadyForPickStatus

zhouhr 11 ヶ月 前
コミット
7b69f42c04
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      Venus/Venus_RT/Devices/JetVenusDEPM.cs

+ 1 - 1
Venus/Venus_RT/Devices/JetVenusDEPM.cs

@@ -876,7 +876,7 @@ namespace Venus_RT.Devices
         }
         public override bool CheckLinerDoorOpen()
         {
-            return _linerDoor.State == CylinderState.Close;
+            return _linerDoor.State == CylinderState.Open;
         }
 
         public override bool CheckLinerDoorClose()