Merge remote-tracking branch 'origin/master'

This commit is contained in:
jens
2020-12-17 18:37:27 +01:00
+1 -1
View File
@@ -51,7 +51,7 @@ class TempSensor_max31865(ATemperatureSensor):
return None
R = TempSensor_max31865.calc_R(430, digits)
T = TempSensor_max31865.vanDusen_temp(R)
print("Digits={}, R={:.3f} Ohm, T={:.2f} degC".format(digits, R, T))
# print("Digits={}, R={:.3f} Ohm, T={:.2f} degC".format(digits, R, T))
return T
@staticmethod