Skip to content

Commit

Permalink
Stellar: correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
helgibbons committed Jul 3, 2023
1 parent 58cdc85 commit 3786cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropython/examples/stellar_unicorn/thermometer_pico.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

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

# time to update the display
Expand Down

0 comments on commit 3786cbd

Please sign in to comment.