Skip to content

Commit fa84c64

Browse files
author
simonmonk
committed
pi examples
1 parent 96125e1 commit fa84c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raspberry_pi/01_meter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def update_readings(): # update fields with new temp and eCO2 readings
1212
wetness_field.value = str(pm.get_wetness())
1313
temp_c_field.value = str(pm.get_temp())
1414
humidity_field.value = str(pm.get_humidity())
15-
time.sleep(1)
15+
time.sleep(2)
1616

1717
t1 = threading.Thread(target=update_readings)
1818

0 commit comments

Comments
 (0)