We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96125e1 commit fa84c64Copy full SHA for fa84c64
raspberry_pi/01_meter.py
@@ -12,7 +12,7 @@ def update_readings(): # update fields with new temp and eCO2 readings
12
wetness_field.value = str(pm.get_wetness())
13
temp_c_field.value = str(pm.get_temp())
14
humidity_field.value = str(pm.get_humidity())
15
- time.sleep(1)
+ time.sleep(2)
16
17
t1 = threading.Thread(target=update_readings)
18
0 commit comments