From a8b0ef04f3a475afb0345e642dd439b494d28636 Mon Sep 17 00:00:00 2001 From: Alexis Guijarro Date: Tue, 29 Oct 2024 19:51:15 -0600 Subject: [PATCH] USBBoardInfo.json: Adding missing mRo boards to be detected by Auto-Connect (PX4) --- src/Comms/USBBoardInfo.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Comms/USBBoardInfo.json b/src/Comms/USBBoardInfo.json index e3b3925bd2f..97ce7d5cf42 100644 --- a/src/Comms/USBBoardInfo.json +++ b/src/Comms/USBBoardInfo.json @@ -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" },