fixed self killing var

This commit is contained in:
tcsenpai 2024-03-31 15:21:09 +02:00
parent c4d2d7c317
commit de20dbb529

View File

@ -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