Changed time delay from 1s to 2s

This commit is contained in:
2026-06-11 05:28:01 +00:00
parent 1ae4ade65e
commit 974daaa0f0

View File

@@ -6,4 +6,4 @@ live_pin = Pin(3, Pin.IN, Pin.PULL_UP)
while True: while True:
print(f"{inverter_pin.value()}{live_pin.value()}") print(f"{inverter_pin.value()}{live_pin.value()}")
time.sleep(1) time.sleep(2)