Skip to content

Commit fe1f729

Browse files
authored
Update MAX31855.cpp
no Serial.print
1 parent e916c9c commit fe1f729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/utility/THERMOCOUPLE/MAX31855.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ float MAX31855Class::readReferenceTemperature(int type)
216216
// multiply for the LSB value
217217
ref = rawword * 0.0625f;
218218
}
219-
Serial.println(ref);
219+
220220
return ref;
221221
}
222222

0 commit comments

Comments
 (0)