From de20dbb529ed342092d9ec73392bc5e86d04cb25 Mon Sep 17 00:00:00 2001 From: tcsenpai Date: Sun, 31 Mar 2024 15:21:09 +0200 Subject: [PATCH] fixed self killing var --- libs/emesh.py | 1 + 1 file changed, 1 insertion(+) 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