Skip to content

Commit

Permalink
Update rancilio-pid.ino
Browse files Browse the repository at this point in the history
fix brew() state machine error
  • Loading branch information
Miau09 authored Apr 5, 2020
1 parent fa26960 commit f480fce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rancilio-pid/rancilio-pid.ino
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,7 @@ void brew() {
unsigned long currentMillistemp = millis();

if (brewswitch < 1000 && brewcounter >= 11) { //abort function for state machine from every state
brewcounter = 10;
currentMillistemp = 0;
bezugsZeit = 0;
brewcounter = 43;
}


Expand Down

0 comments on commit f480fce

Please sign in to comment.