|
|
|
@ -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() |
|
|
|
|