We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d9040 commit 2543546Copy full SHA for 2543546
generator/generator.py
@@ -67,6 +67,7 @@ def create_firmware_data(binary, module, version):
67
"url": f"{DOWNLOAD_URL}/{firmware_path}",
68
"checksum": f"SHA-256:{file_hash}",
69
"size": f"{firmware.stat().st_size}",
70
+ "module": module,
71
}
72
73
0 commit comments