diff --git a/libs/emesh.py b/libs/emesh.py index fcd4404..fe13b6f 100755 --- a/libs/emesh.py +++ b/libs/emesh.py @@ -104,6 +104,7 @@ def connect(serialPort=None): print("[INITIALIZATION] Could not connect to radio") print("[INITIALIZATION] " + str(e)) return False + return True def listSerials(): # TODO