Skip to content

Commit

Permalink
take calibration out
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0-bit committed Apr 17, 2023
1 parent 04855fe commit f8793d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gaggiuino.ino
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,8 @@ void setup(void) {

//Main loop where all the logic is continuously run
void loop(void) {
calibratePump();
fillBoiler();
pageValuesRefresh(false);
fillBoiler();
lcdListen();
sensorsRead();
brewDetect();
Expand Down

0 comments on commit f8793d9

Please sign in to comment.