revert Changed time delay from 1s to 2s
This commit is contained in:
2026-06-11 05:49:50 +00:00
parent 974daaa0f0
commit db7bc0c8a8

View File

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