This commit is contained in:
tillraab 2019-09-10 11:36:31 +02:00
parent 38a5f3c8c2
commit deaa7cceb7

View File

@ -43,7 +43,7 @@ def main():
# loop_t = time()
while time() - t0 < 10:
while time() - t0 < 30:
# print(time() - loop_t)
# LED1 blink every 2 sec
if time() - LED1_t < .1 and LED_status[0] == False: