Skip to content

Commit 227fa8c

Browse files
committed
add a link to the faq about this
1 parent fb15c7c commit 227fa8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/ci_check_duplicate_usb_vid_pid.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ def check_vid_pid(files, clusterlist):
137137
f"Duplicate VID/PID usage found!\n{duplicates}\n"
138138
f"If you are open source maker, then you can request a PID from http://pid.codes\n"
139139
f"For boards without native USB, you can request a Creator ID from https://github.com/creationid/creators/\n"
140-
f"Otherwise, companies should pay the USB-IF for a vendor ID: https://www.usb.org/getting-vendor-id"
140+
f"Otherwise, companies should pay the USB-IF for a vendor ID: https://www.usb.org/getting-vendor-id\n"
141+
f"FAQ: Why does CircuitPython require a unique VID:PID for every board definition? https://learn.adafruit.com/how-to-add-a-new-board-to-circuitpython/frequently-asked-questions#faq-3130480"
141142
)
142143
sys.exit(duplicate_message)
143144

0 commit comments

Comments
 (0)