mirror of
https://github.com/meshtastic/python.git
synced 2026-03-06 15:58:19 -05:00
1.1.45 update --test
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user