Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
murmeltier08 committed Apr 29, 2021
1 parent 85c6873 commit d83609c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rancilio-pid/rancilio-pid/rancilio-pid.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/********************************************************
Version 2.9.0 (02.04.2021)
Version 2.9.1 (29.04.2021)
******************************************************/

/********************************************************
Expand Down Expand Up @@ -143,7 +143,7 @@ int relayON, relayOFF; // used for relay trigger type. Do not change!
boolean kaltstart = true; // true = Rancilio started for first time
boolean emergencyStop = false; // Notstop bei zu hoher Temperatur
double EmergencyStopTemp = 120; // Temp EmergencyStopTemp
const char* sysVersion PROGMEM = "Version 2.9.0 MASTER"; //System version
const char* sysVersion PROGMEM = "Version 2.9.1 MASTER"; //System version
int inX = 0, inY = 0, inOld = 0, inSum = 0; //used for filter()
int bars = 0; //used for getSignalStrength()
boolean brewDetected = 0;
Expand Down

0 comments on commit d83609c

Please sign in to comment.