We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ecec9 commit ede05baCopy full SHA for ede05ba
PyPortal_User_Interface/code.py
@@ -343,7 +343,7 @@ def switch_view(what_view):
343
tempC = microcontroller.cpu.temperature
344
345
tempF = tempC * 1.8 + 32
346
- sensor_data.text = 'Touch: {}\nLight: {}\n Temp: {:.0f}°F'.format(touch, light, tempF)
+ sensor_data.text = 'Touch: {}\nLight: {}\n Temp: {:.0f}°F'.format(touch, light, tempF)
347
348
# ------------- Handle Button Press Detection ------------- #
349
if touch: # Only do this if the screen is touched
0 commit comments