mirror of
https://github.com/tcsenpai/emesh.git
synced 2025-06-07 10:45:21 +00:00
fixed self killing var
This commit is contained in:
parent
c4d2d7c317
commit
de20dbb529
@ -104,6 +104,7 @@ def connect(serialPort=None):
|
|||||||
print("[INITIALIZATION] Could not connect to radio")
|
print("[INITIALIZATION] Could not connect to radio")
|
||||||
print("[INITIALIZATION] " + str(e))
|
print("[INITIALIZATION] " + str(e))
|
||||||
return False
|
return False
|
||||||
|
return True
|
||||||
|
|
||||||
def listSerials():
|
def listSerials():
|
||||||
# TODO
|
# TODO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user