mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
Tools: added bin format as valid firmware
This commit is contained in:
parent
f0848551d9
commit
e813d349ba
@ -326,7 +326,7 @@ class ManifestGenerator():
|
||||
|
||||
filepath = os.path.join(some_dir, filename)
|
||||
firmware_format = self.firmware_format_for_filepath(filepath)
|
||||
if firmware_format not in [ "ELF", "abin", "apj", "hex", "px4" ]:
|
||||
if firmware_format not in [ "ELF", "abin", "apj", "hex", "px4", "bin" ]:
|
||||
print("Unknown firmware format (%s)" % firmware_format)
|
||||
|
||||
firmware = Firmware()
|
||||
|
Loading…
Reference in New Issue
Block a user