Skip to content

Commit

Permalink
hack temp
Browse files Browse the repository at this point in the history
  • Loading branch information
pellcorp committed Dec 23, 2024
1 parent 4d3172a commit c647fc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions klippy/extras/adc_temperature.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ def _clarify_adc_range(self, msg, details):
tempstr = "%.3f" % (last_temp,)
except e:
logging.exception("Error in calc_temp callback")
return ("Sensor '%s' temperature %s not in range %.3f:%.3f"
% (self.name, tempstr, self.min_temp, self.max_temp))
# return ("Sensor '%s' temperature %s not in range %.3f:%.3f"
# % (self.name, tempstr, self.min_temp, self.max_temp))
return None


######################################################################
Expand Down

0 comments on commit c647fc6

Please sign in to comment.