From 4106ba8532a9f8fea86ca8644a8cb9ea422b5dc3 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Mon, 6 Jan 2020 18:43:48 -0800 Subject: [PATCH] Add new ArduPilot VID/PID --- src/comm/USBBoardInfo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/comm/USBBoardInfo.json b/src/comm/USBBoardInfo.json index dd711d628..fdcfb496a 100644 --- a/src/comm/USBBoardInfo.json +++ b/src/comm/USBBoardInfo.json @@ -25,6 +25,7 @@ { "vendorID": 1155, "productID": 22336, "boardClass": "Pixhawk", "name": "ArduPilot ChibiOS" }, { "vendorID": 4617, "productID": 22336, "boardClass": "Pixhawk", "name": "ArduPilot ChibiOS" }, + { "vendorID": 4617, "productID": 22337, "boardClass": "Pixhawk", "name": "ArduPilot ChibiOS" }, { "vendorID": 12642, "productID": 0, "boardClass": "Pixhawk", "name": "Holybro" }, -- 2.22.0