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 aeef068 commit afa72a5Copy full SHA for afa72a5
PicoW_CircuitPython_HTTP_Server/code.py
@@ -236,7 +236,7 @@ def buttonpress(request):
236
# comment/uncomment for desired units
237
# temp_test = str(ds18.temperature)
238
temp_test = str(c_to_f(ds18.temperature))
239
- temp_text_area.text = "Temperature: %d F" % temp_test
+ temp_text_area.text = "Temperature: %s F" % temp_test
240
241
#if parrot is True:
242
if parrot_pin.value is True:
0 commit comments