Browse Source

Merge pull request #6973 from DonLakeFlyer/ArduPilotChibiOS

Support new ArduPilot bootloader PID/VIDs
QGC4.4
Don Gagne 6 years ago committed by GitHub
parent
commit
77a65e6005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/comm/USBBoardInfo.json

2
src/comm/USBBoardInfo.json

@ -20,6 +20,8 @@ @@ -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" },

Loading…
Cancel
Save