mirror of https://github.com/ArduPilot/ardupilot
Tools: add bin file when building binaries for Here4FC
This commit is contained in:
parent
e0971c7d1a
commit
d278ed3f2c
|
@ -493,7 +493,7 @@ is bob we will attempt to checkout bob-AVR'''
|
|||
"".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:
|
||||
|
|
Loading…
Reference in New Issue