Merge from master #5

Merged
logan merged 65 commits from master into NoiseGateV2 2022-02-27 21:47:09 -05:00
Showing only changes of commit d288d067fe - Show all commits

View File

@@ -37,5 +37,6 @@ class OP25Handler(threading.Thread):
print(f"Closing OP25")
try:
self.OP25Proc.kill()
self.OP25Proc.terminate()
except Exception as e:
print(e)