Skip to content
New issue

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

USBBoardInfo.json: Adding missing mRo boards to be detected by Auto-C… #12050

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/Comms/USBBoardInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
{ "vendorID": 13735, "productID": 1, "boardClass": "Pixhawk", "name": "ThePeach FCC-K1" },
{ "vendorID": 13735, "productID": 2, "boardClass": "Pixhawk", "name": "ThePeach FCC-R1" },

{ "vendorID": 9900, "productID": 4119, "boardClass": "Pixhawk", "name": "mRo Pixracer Pro" },
{ "vendorID": 9900, "productID": 4130, "boardClass": "Pixhawk", "name": "mRo Control Zero Classic" },
{ "vendorID": 9900, "productID": 4131, "boardClass": "Pixhawk", "name": "mRo Control Zero H7" },
{ "vendorID": 9900, "productID": 4132, "boardClass": "Pixhawk", "name": "mRo Control Zero H7 OEM" },

{ "vendorID": 1027, "productID": 24597, "boardClass": "SiK Radio", "name": "SiK Radio", "comment": "3DR Radio" },
{ "vendorID": 1027, "productID": 24577, "boardClass": "SiK Radio", "name": "SiK Radio", "comment": "3DR Radio on FTDI" },
{ "vendorID": 4292, "productID": 60000, "boardClass": "SiK Radio", "name": "SiK Radio", "comment": "SILabs Radio" },
Expand Down
Loading