We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb11403 commit a3827eeCopy full SHA for a3827ee
library/lcd/lcd_comm_rev_a.py
@@ -53,6 +53,7 @@ def auto_detect_com_port():
53
for com_port in com_ports:
54
if com_port.serial_number == "USB35INCHIPSV2":
55
auto_com_port = com_port.device
56
+ break
57
58
return auto_com_port
59
library/lcd/lcd_comm_rev_b.py
@@ -72,6 +72,7 @@ def auto_detect_com_port():
72
73
if com_port.serial_number == "2017-2-25":
74
75
76
77
78
0 commit comments