small change

This commit is contained in:
tillraab 2019-09-10 11:02:35 +02:00
parent 4c50185f95
commit 35c33942df

View File

@ -58,7 +58,7 @@ def main():
LED_status[1] = False
GPIO.output(LED2_pin, GPIO.LOW)
if time() - LED1_t >= LED1_t_interval:
if time() - LED2_t >= LED2_t_interval:
LED1_t = time()