We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb20294 commit a783741Copy full SHA for a783741
1 file changed
Desktop_Air_Monitor/code.py
@@ -89,7 +89,6 @@ def c_to_f(temp_data):
89
sensor_data = [pm2, co2, temp, humidity]
90
91
sensor_clock = ticks_ms()
92
-io_clock = ticks_ms()
93
94
sensor_check = 5000
95
first_run = True
@@ -113,5 +112,4 @@ def c_to_f(temp_data):
113
112
114
if first_run:
115
116
- io_clock = ticks_ms()
117
first_run = False
0 commit comments