Linux ESL Blaster detection bugfix (thanks Sezk'in)

This commit is contained in:
Furrtek
2022-12-24 07:11:42 +01:00
parent 5ff01d3cc3
commit 7f0fcb4f27
+1 -1
View File
@@ -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]: