Skip to content

Commit

Permalink
Tools: add bin file when building binaries for Here4FC
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed Jan 13, 2024
1 parent e0971c7 commit 78fc654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/scripts/build_binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def build_vehicle(self, tag, vehicle, boards, vehicle_binaries_subdir,
"".join([binaryname, framesuffix]))
files_to_copy = []
extensions = [".apj", ".abin", "_with_bl.hex", ".hex"]
if vehicle == 'AP_Periph':
if vehicle == 'AP_Periph' or board == "Here4FC":
# need bin file for uavcan-gui-tool and MissionPlanner
extensions.append('.bin')
for extension in extensions:
Expand Down

0 comments on commit 78fc654

Please sign in to comment.