Skip to content

Commit

Permalink
Add Kakute H7 v2 & Kakute H7 Mini to QGC
Browse files Browse the repository at this point in the history
Add Kakute H7 v2 & Kakute H7 Mini to QGC FirmwareUpgradeController.cc
  • Loading branch information
vincentpoont2 authored and mrpollo committed Feb 2, 2023
1 parent ad370d5 commit 206518a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/VehicleSetup/FirmwareUpgradeController.cc
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ static QMap<int, QString> px4_board_name_map {
{1023, "mro_ctrl-zero-h7_default"},
{1024, "mro_ctrl-zero-h7-oem_default"},
{1048, "holybro_kakuteh7_default"},
{1052, "holybro_kakuteh7v2_default"},
{1053, "holybro_kakuteh7mini_default"},
};

uint qHash(const FirmwareUpgradeController::FirmwareIdentifier& firmwareId)
Expand Down

0 comments on commit 206518a

Please sign in to comment.