Преглед изворни кода

提交

炒锅机器人_一拖多
liup пре 3 месеци
родитељ
комит
01233fe221
2 измењених фајлова са 2 додато и 2 уклоњено
  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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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) {


Loading…
Откажи
Сачувај