Browse Source

Tools: added bin format as valid firmware

c415-sdk
Andrew Tridgell 5 years ago
parent
commit
e813d349ba
  1. 2
      Tools/scripts/generate_manifest.py

2
Tools/scripts/generate_manifest.py

@ -326,7 +326,7 @@ class ManifestGenerator(): @@ -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…
Cancel
Save