Skip to content

Commit

Permalink
Update rancilio-pid.ino
Browse files Browse the repository at this point in the history
korrektur only pid für Bezug
  • Loading branch information
murmeltier08 authored Jun 28, 2019
1 parent 85f96c5 commit cd245bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rancilio-pid/rancilio-pid.ino
Original file line number Diff line number Diff line change
@@ -1018,7 +1018,9 @@ void loop() {
}
aggbKd = aggbTv * aggbKp ;
bPID.SetTunings(aggbKp, aggbKi, aggbKd) ;
if(OnlyPID == 1){
bezugsZeit= millis() - timeBrewdetection ;
}
}

sendToBlynk();

0 comments on commit cd245bb

Please sign in to comment.