Skip to content

Commit

Permalink
master
Browse files Browse the repository at this point in the history
  • Loading branch information
murmeltier08 committed Feb 25, 2021
1 parent 0ecb59b commit 4952132
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 @@ -584,7 +584,7 @@ void refreshTemp() {
#if (ONE_WIRE_BUS != 16)
Temperatur_C = Sensor2.getTemp();
#endif
Temperatur_C = random(93,94);
//Temperatur_C = random(93,94);
if (!checkSensor(Temperatur_C) && firstreading == 0) return; //if sensor data is not valid, abort function; Sensor must be read at least one time at system startup
Input = Temperatur_C;
if (Brewdetection != 0) {
Expand Down

0 comments on commit 4952132

Please sign in to comment.