From 4dd7f248e443b8142bad0a523894b4ac9e3ee2cf Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Tue, 30 Oct 2018 12:18:59 -0700 Subject: [PATCH] Support new ArduPilot bootloader PID/VIDs --- src/comm/USBBoardInfo.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/comm/USBBoardInfo.json b/src/comm/USBBoardInfo.json index fbca60622..42a00bcdf 100644 --- a/src/comm/USBBoardInfo.json +++ b/src/comm/USBBoardInfo.json @@ -20,6 +20,8 @@ { "vendorID": 9900, "productID": 22, "boardClass": "Pixhawk", "name": "Crazyflie 2" }, { "vendorID": 9900, "productID": 1, "boardClass": "Pixhawk", "name": "Omnibus F4 SD" }, { "vendorID": 8137, "productID": 28, "boardClass": "Pixhawk", "name": "PX4 NXPHlite v3.x" }, + { "vendorID": 1155, "productID": 22336, "boardClass": "Pixhawk", "name": "ArduPilot ChibiOS" }, + { "vendorID": 4617, "productID": 22336, "boardClass": "Pixhawk", "name": "ArduPilot ChibiOS" }, { "vendorID": 9900, "productID": 21, "boardClass": "PX4 Flow", "name": "PX4 Flow" }, -- 2.22.0