Bläddra i källkod

fixed bug that cleaning is not executed immediately

Sebastian 7 år sedan
förälder
incheckning
cc9812c416
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      CoffeeCode/coffee.cpp

+ 0 - 2
CoffeeCode/coffee.cpp

@@ -464,8 +464,6 @@ void *coffeeThread(void *threadid) {
 			 *
 			 */
 		case STATE_CLEANING: //this can only be executed once the machine is hot!
-			if (SigValueEmpty() && mode == MODE_STATE)
-				pause();
 			if (!halProxSensorCovered()) {
 				//execute the cleaning procedure
 				coffeeClean();