1.1.45 update --test

This commit is contained in:
Kevin Hester
2021-02-10 15:41:14 +08:00
parent 446ddb8a96
commit de08126cee
3 changed files with 56 additions and 46 deletions

View File

@@ -114,7 +114,6 @@ def openDebugLog(portName):
logging.info(f"Writing serial debugging to {debugname}")
return open(debugname, 'w+', buffering=1)
def testAll():
"""
Run a series of tests using devices we can find.
@@ -134,3 +133,7 @@ def testAll():
logging.info("Ports opened, starting test")
testThread()
for i in interfaces:
i.close()