Parcourir la source

提交

炒锅机器人_一拖多
liup il y a 3 mois
Parent
révision
01233fe221
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 Voir le fichier

@@ -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 Voir le fichier

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


Chargement…
Annuler
Enregistrer