Browse Source

BoardInfo: Add FMUv5X

QGC4.4
Ramon Roche 4 years ago committed by Lorenz Meier
parent
commit
93c63abf7a
  1. 3
      src/comm/USBBoardInfo.json

3
src/comm/USBBoardInfo.json

@ -13,6 +13,7 @@
{ "vendorID": 9900, "productID": 33, "boardClass": "Pixhawk", "name": "AUAV X2.1 FMU V2" }, { "vendorID": 9900, "productID": 33, "boardClass": "Pixhawk", "name": "AUAV X2.1 FMU V2" },
{ "vendorID": 9900, "productID": 48, "boardClass": "Pixhawk", "name": "MindPX FMU V2" }, { "vendorID": 9900, "productID": 48, "boardClass": "Pixhawk", "name": "MindPX FMU V2" },
{ "vendorID": 9900, "productID": 50, "boardClass": "Pixhawk", "name": "PX4 FMU V5" }, { "vendorID": 9900, "productID": 50, "boardClass": "Pixhawk", "name": "PX4 FMU V5" },
{ "vendorID": 9900, "productID": 51, "boardClass": "Pixhawk", "name": "PX4 FMU V5X" },
{ "vendorID": 7052, "productID": 54, "boardClass": "Pixhawk", "name": "PX4 FMU V6U" }, { "vendorID": 7052, "productID": 54, "boardClass": "Pixhawk", "name": "PX4 FMU V6U" },
{ "vendorID": 12677, "productID": 53, "boardClass": "Pixhawk", "name": "PX4 FMU V6X" }, { "vendorID": 12677, "productID": 53, "boardClass": "Pixhawk", "name": "PX4 FMU V6X" },
{ "vendorID": 9900, "productID": 64, "boardClass": "Pixhawk", "name": "TAP V1" }, { "vendorID": 9900, "productID": 64, "boardClass": "Pixhawk", "name": "TAP V1" },
@ -54,6 +55,8 @@
{ "regExp": "^PX4 BL FMU v6U.x$", "boardClass": "Pixhawk" }, { "regExp": "^PX4 BL FMU v6U.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 FMU v6X.x$", "boardClass": "Pixhawk" }, { "regExp": "^PX4 FMU v6X.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 BL FMU v6X.x$", "boardClass": "Pixhawk" }, { "regExp": "^PX4 BL FMU v6X.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 FMU v5X.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 BL FMU v5X.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 FMU v5.x$", "boardClass": "Pixhawk" }, { "regExp": "^PX4 FMU v5.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 BL FMU v5.x$", "boardClass": "Pixhawk" }, { "regExp": "^PX4 BL FMU v5.x$", "boardClass": "Pixhawk" },
{ "regExp": "^PX4 FMU v4.x PRO$", "boardClass": "Pixhawk" }, { "regExp": "^PX4 FMU v4.x PRO$", "boardClass": "Pixhawk" },

Loading…
Cancel
Save