We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was told that I cannot reuse the VID/PID in this pull request: #3127
I do not have my own pair and I do not see anything about one in Raytac's documentation for this board: https://www.raytac.com/product/ins.php?index_id=81
Thanks!
The text was updated successfully, but these errors were encountered:
Here you go!
RayTac MDBT50Q-DB-40 VID 0x239A PID 0x00BB # bootloader PID 0x80BB # arduino PID 0x80BC # circuitpython
For CircuitPython, use these values.
USB_VID = 0x239A USB_PID = 0x80BC
Sorry, something went wrong.
@dhalbert Hi Dan
Does this mean I can use this for the Adafruit Bootloader for this same board adafruit/Adafruit_nRF52_Bootloader#233
USB_VID = 0x239A USB_PID = 0x00BB
Update PID
1e38506
Changed PID taken from adafruit/circuitpython#3128 (comment)
dhalbert
No branches or pull requests
I was told that I cannot reuse the VID/PID in this pull request: #3127
I do not have my own pair and I do not see anything about one in Raytac's documentation for this board: https://www.raytac.com/product/ins.php?index_id=81
Thanks!
The text was updated successfully, but these errors were encountered: