bug fix
This commit is contained in:
parent
38a5f3c8c2
commit
deaa7cceb7
@ -43,7 +43,7 @@ def main():
|
|||||||
|
|
||||||
# loop_t = time()
|
# loop_t = time()
|
||||||
|
|
||||||
while time() - t0 < 10:
|
while time() - t0 < 30:
|
||||||
# print(time() - loop_t)
|
# print(time() - loop_t)
|
||||||
# LED1 blink every 2 sec
|
# LED1 blink every 2 sec
|
||||||
if time() - LED1_t < .1 and LED_status[0] == False:
|
if time() - LED1_t < .1 and LED_status[0] == False:
|
||||||
|
Loading…
Reference in New Issue
Block a user