Skip to content

Commit

Permalink
boards: add ARK FPV
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKlimaj authored and HTRamsey committed Oct 30, 2024
1 parent cc914a6 commit 2b1c88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Comms/USBBoardInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
{ "vendorID": 12643, "productID": 76, "boardClass": "Pixhawk", "name": "CUAV Flight Controller" },
{ "vendorID": 1155, "productID": 55, "boardClass": "Pixhawk", "name": "PX4 FMU SmartAP AIRLink" },
{ "vendorID": 12677, "productID": 57, "boardClass": "Pixhawk", "name": "ARK FMU V6X" },
{ "vendorID": 12677, "productID": 59, "boardClass": "Pixhawk", "name": "ARK FPV" },

{ "vendorID": 1155, "productID": 22336, "boardClass": "Pixhawk", "name": "ArduPilot ChibiOS" },
{ "vendorID": 4617, "productID": 22336, "boardClass": "Pixhawk", "name": "ArduPilot ChibiOS" },
Expand Down
1 change: 1 addition & 0 deletions src/VehicleSetup/FirmwareUpgradeController.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ static QMap<int, QString> px4_board_name_map {
{54, "px4_fmu-v6u_default"},
{56, "px4_fmu-v6c_default"},
{57, "ark_fmu-v6x_default"},
{59, "ark_fpv_default"},
{35, "px4_fmu-v6xrt_default"},
{55, "sky-drones_smartap-airlink_default"},
{88, "airmind_mindpx-v2_default"},
Expand Down

0 comments on commit 2b1c88b

Please sign in to comment.