Browse Source

revert pick/place simulator delay time

chenzk 1 month ago
parent
commit
89aecd05e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CyberX8_Simulator/Devices/SunWayEfemSimulator.cs

+ 1 - 1
CyberX8_Simulator/Devices/SunWayEfemSimulator.cs

@@ -264,7 +264,7 @@ namespace CyberX8_Simulator.Devices
                     }
 
                     // 启动延迟任务
-                    var delayTask = Task.Delay(3200);
+                    var delayTask = Task.Delay(2200);
 
                     // 创建监控任务
                     var monitorTask = Task.Run(async () =>