Skip to content

Commit

Permalink
Hardware: Add support for 3DR Control Zero H7 OEM Rev G
Browse files Browse the repository at this point in the history
  • Loading branch information
TOTON95 authored and DonLakeFlyer committed Jan 30, 2025
1 parent 04b2331 commit c3d34e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/VehicleSetup/FirmwareUpgradeController.cc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ static QMap<int, QString> px4_board_name_map {
{1048, "holybro_kakuteh7_default"},
{1053, "holybro_kakuteh7v2_default"},
{1054, "holybro_kakuteh7mini_default"},
{1123, "siyi_n7_default"},
{1123, "siyi_n7_default"},
{1124, "3dr_ctrl-zero-h7-oem-revg_default"},
};

uint qHash(const FirmwareUpgradeController::FirmwareIdentifier& firmwareId)
Expand Down
1 change: 1 addition & 0 deletions src/comm/USBBoardInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@
{ "regExp": "^Hex/ProfiCNC$", "boardClass": "Pixhawk" },
{ "regExp": "^Holybro$", "boardClass": "Pixhawk" },
{ "regExp": "^mRo$", "boardClass": "Pixhawk" }
{ "regExp": "^3DR$", "boardClass": "Pixhawk" }
]
}

0 comments on commit c3d34e2

Please sign in to comment.