From 7f0fcb4f2726f98069e4a557332e98853803e0c0 Mon Sep 17 00:00:00 2001 From: Furrtek Date: Sat, 24 Dec 2022 07:11:42 +0100 Subject: [PATCH] Linux ESL Blaster detection bugfix (thanks Sezk'in) --- tools_python/tx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools_python/tx.py b/tools_python/tx.py index 19ee079..3a8fd55 100644 --- a/tools_python/tx.py +++ b/tools_python/tx.py @@ -36,7 +36,7 @@ def search_esl_blaster(): # Linux if found == False: - for n in range(1, 10): + for n in range(0, 10): comport = "/dev/ttyACM" + str(n) result = try_serialport(comport) if result[0]: