Skip to content

Commit f8766e1

Browse files
authored
Merge pull request #1 from dhalbert/display_celsius
failed to rename display_celsius
2 parents c4b92e5 + 46e9a06 commit f8766e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ble_ibbq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def display_fahrenheit(self):
139139
"""
140140
self.settings_data = self._UNITS_FAHRENHEIT_MSG
141141

142-
def set_to_celsius(self):
142+
def display_celsius(self):
143143
"""Display temperatures on device in degrees Celsius.
144144
145145
Note: This does not change the units returned by `temperatures`.

0 commit comments

Comments
 (0)