Skip to content

Commit

Permalink
kill rtl!
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsPL committed Nov 25, 2018
1 parent bde10b5 commit 9754a0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autowx2.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@

towait = int(start - time.time())

if cleanupRtl:
log("Killing all remaining rtl_* processes...")
justRun(["bin/kill_rtl.sh"], loggingDir)

# test if SDR dongle is available
if towait > 15: # if we have time to perform the test?
while not runTest():
Expand Down

0 comments on commit 9754a0e

Please sign in to comment.