small change
This commit is contained in:
parent
4c50185f95
commit
35c33942df
@ -58,7 +58,7 @@ def main():
|
|||||||
LED_status[1] = False
|
LED_status[1] = False
|
||||||
GPIO.output(LED2_pin, GPIO.LOW)
|
GPIO.output(LED2_pin, GPIO.LOW)
|
||||||
|
|
||||||
if time() - LED1_t >= LED1_t_interval:
|
if time() - LED2_t >= LED2_t_interval:
|
||||||
LED1_t = time()
|
LED1_t = time()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user