Skip to content

Commit

Permalink
Update rancilio-pid.ino
Browse files Browse the repository at this point in the history
fix wrong brewcounter init value.
  • Loading branch information
Miau09 authored Apr 7, 2020
1 parent f480fce commit 56756b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rancilio-pid/rancilio-pid.ino
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const int PonE = PONE;
Analog Schalter Read
******************************************************/
const int analogPin = 0; // will be use in case of hardware
int brewcounter = 0;
int brewcounter = 10;
int brewswitch = 0;
const long analogreadingtimeinterval = 10 ; // ms
unsigned long previousMillistempanalogreading ; // ms for analogreading
Expand Down

0 comments on commit 56756b7

Please sign in to comment.