Browse Source

Add FMUV6X

QGC4.4
alexklimaj 4 years ago committed by Daniel Agar
parent
commit
c4f2678c60
  1. 3
      src/comm/USBBoardInfo.json

3
src/comm/USBBoardInfo.json

@ -14,6 +14,7 @@ @@ -14,6 +14,7 @@
{ "vendorID": 9900, "productID": 48, "boardClass": "Pixhawk", "name": "MindPX FMU V2" },
{ "vendorID": 9900, "productID": 50, "boardClass": "Pixhawk", "name": "PX4 FMU V5" },
{ "vendorID": 7052, "productID": 54, "boardClass": "Pixhawk", "name": "PX4 FMU V6U" },
{ "vendorID": 12677, "productID": 53, "boardClass": "Pixhawk", "name": "PX4 FMU V6X" },
{ "vendorID": 9900, "productID": 64, "boardClass": "Pixhawk", "name": "TAP V1" },
{ "vendorID": 9900, "productID": 65, "boardClass": "Pixhawk", "name": "ASC V1" },
{ "vendorID": 9900, "productID": 22, "boardClass": "Pixhawk", "name": "Crazyflie 2" },
@ -51,6 +52,8 @@ @@ -51,6 +52,8 @@
"boardDescriptionFallback": [
{ "regExp": "^PX4 FMU v6U.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 BL FMU v6U.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 FMU v6X.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 BL FMU v6X.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 FMU v5.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 BL FMU v5.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 FMU v4.x PRO$", "boardClass": "Pixhawk" },

Loading…
Cancel
Save