Przeglądaj źródła

提交

炒锅机器人_一拖多
liup 3 miesięcy temu
rodzic
commit
01233fe221
2 zmienionych plików z 2 dodań i 2 usunięć
  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 Wyświetl plik

@@ -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 Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz