Skip to content

Commit 3786cbd

Browse files
committed
Stellar: correct typo
1 parent 58cdc85 commit 3786cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython/examples/stellar_unicorn/thermometer_pico.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
# or uncomment these lines if you'd prefer it in Freedom Units
9797
# graphics.set_pen(WHITE)
98-
# fahrenheit = (temperature_average * 9 / 5) + 32
98+
# fahrenheit = (temperature * 9 / 5) + 32
9999
# graphics.text(f"{fahrenheit:.0f}°", 2, 5, scale=1)
100100

101101
# time to update the display

0 commit comments

Comments
 (0)