mirror of
https://github.com/furrtek/PrecIR.git
synced 2026-06-02 11:04:14 +00:00
Linux ESL Blaster detection bugfix (thanks Sezk'in)
This commit is contained in:
+1
-1
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user