Browse Source

Support new ArduPilot bootloader PID/VIDs

QGC4.4
Don Gagne 7 years ago
parent
commit
4dd7f248e4
  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