lglaf icon indicating copy to clipboard operation
lglaf copied to clipboard

Fix method 'def detect_serial_path():' on windows 10:

Open JunioJsv opened this issue 4 years ago • 1 comments

  • changed line 399 to: if name.startswith(r'\DEVICE\LG') and (name.endswith('G1') or name.endswith('G2')):
  • this condition prevented the script from finding my lg k10 250ds device that has the name in the registry \Device\LGSIDIAG1

JunioJsv avatar Apr 19 '20 18:04 JunioJsv

Captura de Tela (64)

JunioJsv avatar Apr 19 '20 19:04 JunioJsv