|
|
@ -1674,6 +1674,8 @@ class AutoTest(ABC): |
|
|
|
tstart = time.time() |
|
|
|
tstart = time.time() |
|
|
|
while mav.recv_match(blocking=False) is not None: |
|
|
|
while mav.recv_match(blocking=False) is not None: |
|
|
|
count += 1 |
|
|
|
count += 1 |
|
|
|
|
|
|
|
if quiet: |
|
|
|
|
|
|
|
return |
|
|
|
tdelta = time.time() - tstart |
|
|
|
tdelta = time.time() - tstart |
|
|
|
if tdelta == 0: |
|
|
|
if tdelta == 0: |
|
|
|
rate = "instantly" |
|
|
|
rate = "instantly" |
|
|
|