Skip to content

Commit 65a3d72

Browse files
committed
example nr 1 changed temp readout to Celsius
Now example adafruit#1 displays the temperature in degrees Celsius while example adafruit#2 displays the temperature in degrees Fahrenheit.
1 parent ceb426b commit 65a3d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hotplug_sensor_examples/displayio_layout_tab_layout_hotplug_ext_rtc_temp_sensor_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def list(self):
207207
myVars.write("use_usa_notation", True)
208208
myVars.write("use_ntp", False)
209209
myVars.write("content_sensor_idx", None)
210-
myVars.write("temp_in_fahrenheit", True)
210+
myVars.write("temp_in_fahrenheit", False)
211211
# -------------------------------------------------------------------------
212212
if myVars.read("my_debug"):
213213
# print list of all variables in myVars

0 commit comments

Comments
 (0)