bug fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user