Pārlūkot izejas kodu

提交

炒锅机器人_一拖多
liup pirms 3 mēnešiem
vecāks
revīzija
01233fe221
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +1
    -1
      app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java
  2. +1
    -1
      app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe2.java

+ 1
- 1
app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java Parādīt failu

@@ -355,7 +355,7 @@ public class ExecuteTheRecipe {
case "主料":
case "辅料":
case "出菜":
while (!IsForcedEnd && !ExecuteTheRecipe2.RobotIsWorking) {
while (!IsForcedEnd && ExecuteTheRecipe2.RobotIsWorking) {
try {
Thread.sleep(200);
} catch (InterruptedException e) {


+ 1
- 1
app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe2.java Parādīt failu

@@ -354,7 +354,7 @@ public class ExecuteTheRecipe2 {
case "主料":
case "辅料":
case "出菜":
while (!IsForcedEnd && !ExecuteTheRecipe.RobotIsWorking) {
while (!IsForcedEnd && ExecuteTheRecipe.RobotIsWorking) {
try {
Thread.sleep(200);
} catch (InterruptedException e) {


Notiek ielāde…
Atcelt
Saglabāt