Skip to content

Commit c20d0d6

Browse files
committed
Changing the sleep time to 10 minutes
1 parent f3c7e98 commit c20d0d6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • PyPortal_Azure_Plant_Monitor

PyPortal_Azure_Plant_Monitor/code.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,6 @@
9494
wifi.connect()
9595
device.reconnect()
9696
continue
97-
time.sleep(60)
97+
98+
# Sleep for 10 minutes before getting the next value
99+
time.sleep(600)

0 commit comments

Comments
 (0)