Skip to content

Commit a783741

Browse files
committed
Update code.py
1 parent fb20294 commit a783741

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Desktop_Air_Monitor/code.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def c_to_f(temp_data):
8989
sensor_data = [pm2, co2, temp, humidity]
9090

9191
sensor_clock = ticks_ms()
92-
io_clock = ticks_ms()
9392

9493
sensor_check = 5000
9594
first_run = True
@@ -113,5 +112,4 @@ def c_to_f(temp_data):
113112

114113
if first_run:
115114
sensor_clock = ticks_ms()
116-
io_clock = ticks_ms()
117115
first_run = False

0 commit comments

Comments
 (0)