Browse Source

提交

炒锅机器人_一拖多
liup 3 months ago
parent
commit
01233fe221
2 changed files with 2 additions and 2 deletions
  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 View File

@@ -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 View File

@@ -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…
Cancel
Save