Skip to content

Commit

Permalink
Update rancilio-pid.ino
Browse files Browse the repository at this point in the history
Version
  • Loading branch information
murmeltier08 authored Jan 12, 2021
1 parent 14672d6 commit 10eec5d
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 @@ -107,7 +107,7 @@ int pidON = 1 ; // 1 = control loop in closed loop
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
const char* sysVersion PROGMEM = "Version 2.1.2-h1 MASTER"; //System version
const char* sysVersion PROGMEM = "Version 2.2.0 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 10eec5d

Please sign in to comment.