Tools: add bin file when building binaries for Here4FC

This commit is contained in:
Siddharth Purohit 2024-01-13 18:35:20 +08:00 committed by Peter Barker
parent e0971c7d1a
commit d278ed3f2c
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ is bob we will attempt to checkout bob-AVR'''
"".join([binaryname, framesuffix])) "".join([binaryname, framesuffix]))
files_to_copy = [] files_to_copy = []
extensions = [".apj", ".abin", "_with_bl.hex", ".hex"] 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 # need bin file for uavcan-gui-tool and MissionPlanner
extensions.append('.bin') extensions.append('.bin')
for extension in extensions: for extension in extensions: