Browse Source

USBBoardInfo: add Durandal auto-connect

Autoconnect for DurandalV1 works more generically on master with
b2b422c397.
QGC4.4
Beat Küng 5 years ago
parent
commit
e74f90e315
No known key found for this signature in database
GPG Key ID: 866DB5F0E24821BB
  1. 1
      src/comm/USBBoardInfo.json

1
src/comm/USBBoardInfo.json

@ -20,6 +20,7 @@ @@ -20,6 +20,7 @@
{ "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 FMUK66 v3.x" },
{ "vendorID":12642, "productID": 75, "boardClass": "Pixhawk", "name": "PX4 DurandalV1" },
{ "vendorID": 1155, "productID": 22336, "boardClass": "Pixhawk", "name": "ArduPilot ChibiOS" },
{ "vendorID": 4617, "productID": 22336, "boardClass": "Pixhawk", "name": "ArduPilot ChibiOS" },

Loading…
Cancel
Save