Skip to content

Commit 4405aab

Browse files
committed
Fix USB ID for he new comm board.
1 parent 3fbfada commit 4405aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspFunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ def processMissingSUB20(self):
12471247
"""
12481248

12491249
# Try it out
1250-
if os.system('lsusb -d 04d8: >/dev/null') == 0:
1250+
if os.system('lsusb -d 2886: >/dev/null') == 0:
12511251
# Nope, it's really there
12521252
return False
12531253

0 commit comments

Comments
 (0)